aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc
diff options
context:
space:
mode:
authorarmenqa <armenqa@yandex-team.com>2024-01-19 12:23:50 +0300
committerarmenqa <armenqa@yandex-team.com>2024-01-19 13:10:03 +0300
commit2de0149d0151c514b22bca0760b95b26c9b0b578 (patch)
tree2bfed9f3bce7e643ddf048bb61ce3dc0a714bcc2 /library/cpp/lfalloc
parenta8c06d218f12b2406fbce24d194885c5d7b68503 (diff)
downloadydb-2de0149d0151c514b22bca0760b95b26c9b0b578.tar.gz
feat contrib: aiogram 3
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
Diffstat (limited to 'library/cpp/lfalloc')
-rw-r--r--library/cpp/lfalloc/CMakeLists.darwin-arm64.txt23
-rw-r--r--library/cpp/lfalloc/CMakeLists.darwin-x86_64.txt23
-rw-r--r--library/cpp/lfalloc/CMakeLists.linux-aarch64.txt23
-rw-r--r--library/cpp/lfalloc/CMakeLists.linux-x86_64.txt23
-rw-r--r--library/cpp/lfalloc/CMakeLists.txt19
-rw-r--r--library/cpp/lfalloc/CMakeLists.windows-x86_64.txt23
-rw-r--r--library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-arm64.txt21
-rw-r--r--library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-x86_64.txt21
-rw-r--r--library/cpp/lfalloc/alloc_profiler/CMakeLists.linux-aarch64.txt22
-rw-r--r--library/cpp/lfalloc/alloc_profiler/CMakeLists.linux-x86_64.txt22
-rw-r--r--library/cpp/lfalloc/alloc_profiler/CMakeLists.txt19
-rw-r--r--library/cpp/lfalloc/alloc_profiler/CMakeLists.windows-x86_64.txt21
-rw-r--r--library/cpp/lfalloc/dbg_info/CMakeLists.darwin-arm64.txt18
-rw-r--r--library/cpp/lfalloc/dbg_info/CMakeLists.darwin-x86_64.txt18
-rw-r--r--library/cpp/lfalloc/dbg_info/CMakeLists.linux-aarch64.txt19
-rw-r--r--library/cpp/lfalloc/dbg_info/CMakeLists.linux-x86_64.txt19
-rw-r--r--library/cpp/lfalloc/dbg_info/CMakeLists.txt19
-rw-r--r--library/cpp/lfalloc/dbg_info/CMakeLists.windows-x86_64.txt18
-rw-r--r--library/cpp/lfalloc/yt/CMakeLists.darwin-arm64.txt15
-rw-r--r--library/cpp/lfalloc/yt/CMakeLists.darwin-x86_64.txt21
-rw-r--r--library/cpp/lfalloc/yt/CMakeLists.txt15
-rw-r--r--library/cpp/lfalloc/yt/CMakeLists.windows-x86_64.txt21
22 files changed, 0 insertions, 443 deletions
diff --git a/library/cpp/lfalloc/CMakeLists.darwin-arm64.txt b/library/cpp/lfalloc/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index c5ee648844..0000000000
--- a/library/cpp/lfalloc/CMakeLists.darwin-arm64.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-add_subdirectory(alloc_profiler)
-add_subdirectory(dbg_info)
-add_subdirectory(yt)
-
-add_library(library-cpp-lfalloc)
-target_compile_options(library-cpp-lfalloc PRIVATE
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_link_libraries(library-cpp-lfalloc PUBLIC
- contrib-libs-cxxsupp
- cpp-malloc-api
-)
-target_sources(library-cpp-lfalloc PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/lf_allocX64.cpp
-)
diff --git a/library/cpp/lfalloc/CMakeLists.darwin-x86_64.txt b/library/cpp/lfalloc/CMakeLists.darwin-x86_64.txt
deleted file mode 100644
index c5ee648844..0000000000
--- a/library/cpp/lfalloc/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(alloc_profiler)
-add_subdirectory(dbg_info)
-add_subdirectory(yt)
-
-add_library(library-cpp-lfalloc)
-target_compile_options(library-cpp-lfalloc PRIVATE
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_link_libraries(library-cpp-lfalloc PUBLIC
- contrib-libs-cxxsupp
- cpp-malloc-api
-)
-target_sources(library-cpp-lfalloc PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/lf_allocX64.cpp
-)
diff --git a/library/cpp/lfalloc/CMakeLists.linux-aarch64.txt b/library/cpp/lfalloc/CMakeLists.linux-aarch64.txt
deleted file mode 100644
index de6f97ec6a..0000000000
--- a/library/cpp/lfalloc/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(alloc_profiler)
-add_subdirectory(dbg_info)
-
-add_library(library-cpp-lfalloc)
-target_compile_options(library-cpp-lfalloc PRIVATE
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_link_libraries(library-cpp-lfalloc PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- cpp-malloc-api
-)
-target_sources(library-cpp-lfalloc PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/lf_allocX64.cpp
-)
diff --git a/library/cpp/lfalloc/CMakeLists.linux-x86_64.txt b/library/cpp/lfalloc/CMakeLists.linux-x86_64.txt
deleted file mode 100644
index de6f97ec6a..0000000000
--- a/library/cpp/lfalloc/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(alloc_profiler)
-add_subdirectory(dbg_info)
-
-add_library(library-cpp-lfalloc)
-target_compile_options(library-cpp-lfalloc PRIVATE
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_link_libraries(library-cpp-lfalloc PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- cpp-malloc-api
-)
-target_sources(library-cpp-lfalloc PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/lf_allocX64.cpp
-)
diff --git a/library/cpp/lfalloc/CMakeLists.txt b/library/cpp/lfalloc/CMakeLists.txt
deleted file mode 100644
index d863ebd180..0000000000
--- a/library/cpp/lfalloc/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/lfalloc/CMakeLists.windows-x86_64.txt b/library/cpp/lfalloc/CMakeLists.windows-x86_64.txt
deleted file mode 100644
index c5ee648844..0000000000
--- a/library/cpp/lfalloc/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(alloc_profiler)
-add_subdirectory(dbg_info)
-add_subdirectory(yt)
-
-add_library(library-cpp-lfalloc)
-target_compile_options(library-cpp-lfalloc PRIVATE
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_link_libraries(library-cpp-lfalloc PUBLIC
- contrib-libs-cxxsupp
- cpp-malloc-api
-)
-target_sources(library-cpp-lfalloc PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/lf_allocX64.cpp
-)
diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-arm64.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index b94d19ad32..0000000000
--- a/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-arm64.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(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.darwin-x86_64.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-x86_64.txt
deleted file mode 100644
index b94d19ad32..0000000000
--- 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 d215bfaccc..0000000000
--- 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 d215bfaccc..0000000000
--- 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 d863ebd180..0000000000
--- a/library/cpp/lfalloc/alloc_profiler/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/lfalloc/alloc_profiler/CMakeLists.windows-x86_64.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.windows-x86_64.txt
deleted file mode 100644
index b94d19ad32..0000000000
--- 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-arm64.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index ec8b8ba23b..0000000000
--- a/library/cpp/lfalloc/dbg_info/CMakeLists.darwin-arm64.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(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.darwin-x86_64.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.darwin-x86_64.txt
deleted file mode 100644
index ec8b8ba23b..0000000000
--- 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 05ee5297ba..0000000000
--- 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 05ee5297ba..0000000000
--- 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 d863ebd180..0000000000
--- a/library/cpp/lfalloc/dbg_info/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/lfalloc/dbg_info/CMakeLists.windows-x86_64.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.windows-x86_64.txt
deleted file mode 100644
index ec8b8ba23b..0000000000
--- 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/lfalloc/yt/CMakeLists.darwin-arm64.txt b/library/cpp/lfalloc/yt/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index 60cb9c3944..0000000000
--- a/library/cpp/lfalloc/yt/CMakeLists.darwin-arm64.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-lfalloc-yt INTERFACE)
-target_link_libraries(cpp-lfalloc-yt INTERFACE
- contrib-libs-cxxsupp
- contrib-libs-jemalloc
- cpp-malloc-api
-)
diff --git a/library/cpp/lfalloc/yt/CMakeLists.darwin-x86_64.txt b/library/cpp/lfalloc/yt/CMakeLists.darwin-x86_64.txt
deleted file mode 100644
index ab5c2e2e91..0000000000
--- a/library/cpp/lfalloc/yt/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-yt)
-target_compile_options(cpp-lfalloc-yt PRIVATE
- -DLFALLOC_YT
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_link_libraries(cpp-lfalloc-yt PUBLIC
- contrib-libs-cxxsupp
- cpp-malloc-api
-)
-target_sources(cpp-lfalloc-yt PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/lf_allocX64.cpp
-)
diff --git a/library/cpp/lfalloc/yt/CMakeLists.txt b/library/cpp/lfalloc/yt/CMakeLists.txt
deleted file mode 100644
index fdda782832..0000000000
--- a/library/cpp/lfalloc/yt/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 "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/lfalloc/yt/CMakeLists.windows-x86_64.txt b/library/cpp/lfalloc/yt/CMakeLists.windows-x86_64.txt
deleted file mode 100644
index ab5c2e2e91..0000000000
--- a/library/cpp/lfalloc/yt/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-yt)
-target_compile_options(cpp-lfalloc-yt PRIVATE
- -DLFALLOC_YT
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_link_libraries(cpp-lfalloc-yt PUBLIC
- contrib-libs-cxxsupp
- cpp-malloc-api
-)
-target_sources(cpp-lfalloc-yt PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/lf_allocX64.cpp
-)