summaryrefslogtreecommitdiffstats
path: root/library/cpp/deprecated
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/deprecated')
-rw-r--r--library/cpp/deprecated/CMakeLists.txt13
-rw-r--r--library/cpp/deprecated/accessors/CMakeLists.darwin-arm64.txt19
-rw-r--r--library/cpp/deprecated/accessors/CMakeLists.darwin-x86_64.txt19
-rw-r--r--library/cpp/deprecated/accessors/CMakeLists.linux-aarch64.txt20
-rw-r--r--library/cpp/deprecated/accessors/CMakeLists.linux-x86_64.txt20
-rw-r--r--library/cpp/deprecated/accessors/CMakeLists.txt19
-rw-r--r--library/cpp/deprecated/accessors/CMakeLists.windows-x86_64.txt19
-rw-r--r--library/cpp/deprecated/atomic/CMakeLists.darwin-arm64.txt14
-rw-r--r--library/cpp/deprecated/atomic/CMakeLists.darwin-x86_64.txt14
-rw-r--r--library/cpp/deprecated/atomic/CMakeLists.linux-aarch64.txt15
-rw-r--r--library/cpp/deprecated/atomic/CMakeLists.linux-x86_64.txt15
-rw-r--r--library/cpp/deprecated/atomic/CMakeLists.txt19
-rw-r--r--library/cpp/deprecated/atomic/CMakeLists.windows-x86_64.txt14
-rw-r--r--library/cpp/deprecated/enum_codegen/CMakeLists.darwin-arm64.txt17
-rw-r--r--library/cpp/deprecated/enum_codegen/CMakeLists.darwin-x86_64.txt17
-rw-r--r--library/cpp/deprecated/enum_codegen/CMakeLists.linux-aarch64.txt18
-rw-r--r--library/cpp/deprecated/enum_codegen/CMakeLists.linux-x86_64.txt18
-rw-r--r--library/cpp/deprecated/enum_codegen/CMakeLists.txt19
-rw-r--r--library/cpp/deprecated/enum_codegen/CMakeLists.windows-x86_64.txt17
-rw-r--r--library/cpp/deprecated/kmp/CMakeLists.darwin-arm64.txt17
-rw-r--r--library/cpp/deprecated/kmp/CMakeLists.darwin-x86_64.txt17
-rw-r--r--library/cpp/deprecated/kmp/CMakeLists.linux-aarch64.txt18
-rw-r--r--library/cpp/deprecated/kmp/CMakeLists.linux-x86_64.txt18
-rw-r--r--library/cpp/deprecated/kmp/CMakeLists.txt19
-rw-r--r--library/cpp/deprecated/kmp/CMakeLists.windows-x86_64.txt17
-rw-r--r--library/cpp/deprecated/split/CMakeLists.darwin-arm64.txt19
-rw-r--r--library/cpp/deprecated/split/CMakeLists.darwin-x86_64.txt19
-rw-r--r--library/cpp/deprecated/split/CMakeLists.linux-aarch64.txt20
-rw-r--r--library/cpp/deprecated/split/CMakeLists.linux-x86_64.txt20
-rw-r--r--library/cpp/deprecated/split/CMakeLists.txt19
-rw-r--r--library/cpp/deprecated/split/CMakeLists.windows-x86_64.txt19
31 files changed, 0 insertions, 548 deletions
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-arm64.txt b/library/cpp/deprecated/accessors/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index 62226eb5590..00000000000
--- a/library/cpp/deprecated/accessors/CMakeLists.darwin-arm64.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(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.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 d863ebd1806..00000000000
--- a/library/cpp/deprecated/accessors/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-aarch64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
- include(CMakeLists.darwin-arm64.txt)
-elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA)
- include(CMakeLists.windows-x86_64.txt)
-endif()
diff --git a/library/cpp/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-arm64.txt b/library/cpp/deprecated/atomic/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index 411024be151..00000000000
--- a/library/cpp/deprecated/atomic/CMakeLists.darwin-arm64.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.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 d863ebd1806..00000000000
--- a/library/cpp/deprecated/atomic/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-aarch64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
- include(CMakeLists.darwin-arm64.txt)
-elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA)
- include(CMakeLists.windows-x86_64.txt)
-endif()
diff --git a/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-arm64.txt b/library/cpp/deprecated/enum_codegen/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index 3ec6a99b97c..00000000000
--- a/library/cpp/deprecated/enum_codegen/CMakeLists.darwin-arm64.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(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.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 d863ebd1806..00000000000
--- a/library/cpp/deprecated/enum_codegen/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-aarch64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
- include(CMakeLists.darwin-arm64.txt)
-elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA)
- include(CMakeLists.windows-x86_64.txt)
-endif()
diff --git a/library/cpp/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-arm64.txt b/library/cpp/deprecated/kmp/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index 1a8b825dad6..00000000000
--- a/library/cpp/deprecated/kmp/CMakeLists.darwin-arm64.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(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.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 d863ebd1806..00000000000
--- a/library/cpp/deprecated/kmp/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-aarch64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
- include(CMakeLists.darwin-arm64.txt)
-elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA)
- include(CMakeLists.windows-x86_64.txt)
-endif()
diff --git a/library/cpp/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-arm64.txt b/library/cpp/deprecated/split/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index d23b1620f78..00000000000
--- a/library/cpp/deprecated/split/CMakeLists.darwin-arm64.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(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.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 d863ebd1806..00000000000
--- a/library/cpp/deprecated/split/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-aarch64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
- include(CMakeLists.darwin-arm64.txt)
-elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA)
- include(CMakeLists.windows-x86_64.txt)
-endif()
diff --git a/library/cpp/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
-)