summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorbugaevskiy <[email protected]>2022-12-27 10:19:20 +0300
committerbugaevskiy <[email protected]>2022-12-27 10:19:20 +0300
commit5afed20ed619336e31561c879003e0ff2301ea4b (patch)
tree67103f1fcd0646f6496ad4f883b2a2e8910b3ddc /contrib
parentc3fd620e18ff542c304ce43661d27e6d9109e7b3 (diff)
Boost metaproject cleanup
Diffstat (limited to 'contrib')
-rw-r--r--contrib/restricted/boost/CMakeLists.darwin.txt11
-rw-r--r--contrib/restricted/boost/CMakeLists.linux-aarch64.txt13
-rw-r--r--contrib/restricted/boost/CMakeLists.linux.txt11
-rw-r--r--contrib/restricted/boost/dynamic_bitset/CMakeLists.linux-aarch64.txt25
-rw-r--r--contrib/restricted/boost/dynamic_bitset/CMakeLists.txt4
-rw-r--r--contrib/restricted/boost/interval/CMakeLists.darwin.txt19
-rw-r--r--contrib/restricted/boost/interval/CMakeLists.linux-aarch64.txt20
-rw-r--r--contrib/restricted/boost/interval/CMakeLists.linux.txt20
-rw-r--r--contrib/restricted/boost/interval/CMakeLists.txt15
-rw-r--r--contrib/restricted/boost/logic/CMakeLists.darwin.txt18
-rw-r--r--contrib/restricted/boost/logic/CMakeLists.linux-aarch64.txt19
-rw-r--r--contrib/restricted/boost/logic/CMakeLists.linux.txt19
-rw-r--r--contrib/restricted/boost/logic/CMakeLists.txt15
-rw-r--r--contrib/restricted/boost/property_tree/CMakeLists.linux-aarch64.txt32
-rw-r--r--contrib/restricted/boost/property_tree/CMakeLists.txt4
-rw-r--r--contrib/restricted/boost/ublas/CMakeLists.darwin.txt29
-rw-r--r--contrib/restricted/boost/ublas/CMakeLists.linux-aarch64.txt30
-rw-r--r--contrib/restricted/boost/ublas/CMakeLists.linux.txt30
-rw-r--r--contrib/restricted/boost/ublas/CMakeLists.txt15
-rw-r--r--contrib/restricted/boost/units/CMakeLists.darwin.txt30
-rw-r--r--contrib/restricted/boost/units/CMakeLists.linux-aarch64.txt31
-rw-r--r--contrib/restricted/boost/units/CMakeLists.linux.txt31
-rw-r--r--contrib/restricted/boost/units/CMakeLists.txt15
-rw-r--r--contrib/restricted/boost/uuid/CMakeLists.darwin.txt31
-rw-r--r--contrib/restricted/boost/uuid/CMakeLists.linux-aarch64.txt32
-rw-r--r--contrib/restricted/boost/uuid/CMakeLists.linux.txt32
-rw-r--r--contrib/restricted/boost/uuid/CMakeLists.txt15
27 files changed, 2 insertions, 564 deletions
diff --git a/contrib/restricted/boost/CMakeLists.darwin.txt b/contrib/restricted/boost/CMakeLists.darwin.txt
index f33c165857e..7b77526488b 100644
--- a/contrib/restricted/boost/CMakeLists.darwin.txt
+++ b/contrib/restricted/boost/CMakeLists.darwin.txt
@@ -41,7 +41,6 @@ add_subdirectory(graph)
add_subdirectory(icl)
add_subdirectory(integer)
add_subdirectory(interprocess)
-add_subdirectory(interval)
add_subdirectory(intrusive)
add_subdirectory(io)
add_subdirectory(iostreams)
@@ -49,7 +48,6 @@ add_subdirectory(iterator)
add_subdirectory(lambda)
add_subdirectory(lexical_cast)
add_subdirectory(locale)
-add_subdirectory(logic)
add_subdirectory(math)
add_subdirectory(move)
add_subdirectory(mp11)
@@ -85,11 +83,8 @@ add_subdirectory(tuple)
add_subdirectory(type_index)
add_subdirectory(type_traits)
add_subdirectory(typeof)
-add_subdirectory(ublas)
-add_subdirectory(units)
add_subdirectory(unordered)
add_subdirectory(utility)
-add_subdirectory(uuid)
add_subdirectory(variant)
add_subdirectory(variant2)
add_subdirectory(winapi)
@@ -109,7 +104,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-conversion
restricted-boost-core
restricted-boost-detail
- restricted-boost-dynamic_bitset
restricted-boost-endian
restricted-boost-exception
restricted-boost-foreach
@@ -125,14 +119,12 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-move
restricted-boost-mpl
restricted-boost-multi_array
- restricted-boost-multi_index
restricted-boost-numeric_conversion
restricted-boost-optional
restricted-boost-parameter
restricted-boost-phoenix
restricted-boost-predef
restricted-boost-preprocessor
- restricted-boost-property_tree
restricted-boost-proto
restricted-boost-random
restricted-boost-range
@@ -145,11 +137,8 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-type_index
restricted-boost-type_traits
restricted-boost-typeof
- restricted-boost-ublas
- restricted-boost-units
restricted-boost-unordered
restricted-boost-utility
- restricted-boost-uuid
restricted-boost-variant
restricted-boost-winapi
restricted-boost-xpressive
diff --git a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/CMakeLists.linux-aarch64.txt
index 54ad12c323a..217469978f8 100644
--- a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt
+++ b/contrib/restricted/boost/CMakeLists.linux-aarch64.txt
@@ -26,7 +26,6 @@ add_subdirectory(coroutine)
add_subdirectory(crc)
add_subdirectory(date_time)
add_subdirectory(detail)
-add_subdirectory(dynamic_bitset)
add_subdirectory(endian)
add_subdirectory(exception)
add_subdirectory(filesystem)
@@ -38,7 +37,6 @@ add_subdirectory(functional)
add_subdirectory(fusion)
add_subdirectory(integer)
add_subdirectory(interprocess)
-add_subdirectory(interval)
add_subdirectory(intrusive)
add_subdirectory(io)
add_subdirectory(iostreams)
@@ -46,7 +44,6 @@ add_subdirectory(iterator)
add_subdirectory(lambda)
add_subdirectory(lexical_cast)
add_subdirectory(locale)
-add_subdirectory(logic)
add_subdirectory(math)
add_subdirectory(move)
add_subdirectory(mp11)
@@ -61,7 +58,6 @@ add_subdirectory(pool)
add_subdirectory(predef)
add_subdirectory(preprocessor)
add_subdirectory(program_options)
-add_subdirectory(property_tree)
add_subdirectory(proto)
add_subdirectory(random)
add_subdirectory(range)
@@ -81,11 +77,8 @@ add_subdirectory(tuple)
add_subdirectory(type_index)
add_subdirectory(type_traits)
add_subdirectory(typeof)
-add_subdirectory(ublas)
-add_subdirectory(units)
add_subdirectory(unordered)
add_subdirectory(utility)
-add_subdirectory(uuid)
add_subdirectory(variant)
add_subdirectory(variant2)
add_subdirectory(winapi)
@@ -106,7 +99,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-conversion
restricted-boost-core
restricted-boost-detail
- restricted-boost-dynamic_bitset
restricted-boost-endian
restricted-boost-exception
restricted-boost-foreach
@@ -122,14 +114,12 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-move
restricted-boost-mpl
restricted-boost-multi_array
- restricted-boost-multi_index
restricted-boost-numeric_conversion
restricted-boost-optional
restricted-boost-parameter
restricted-boost-phoenix
restricted-boost-predef
restricted-boost-preprocessor
- restricted-boost-property_tree
restricted-boost-proto
restricted-boost-random
restricted-boost-range
@@ -142,11 +132,8 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-type_index
restricted-boost-type_traits
restricted-boost-typeof
- restricted-boost-ublas
- restricted-boost-units
restricted-boost-unordered
restricted-boost-utility
- restricted-boost-uuid
restricted-boost-variant
restricted-boost-winapi
restricted-boost-xpressive
diff --git a/contrib/restricted/boost/CMakeLists.linux.txt b/contrib/restricted/boost/CMakeLists.linux.txt
index 6c4100a32e6..4fce75dfa4c 100644
--- a/contrib/restricted/boost/CMakeLists.linux.txt
+++ b/contrib/restricted/boost/CMakeLists.linux.txt
@@ -41,7 +41,6 @@ add_subdirectory(graph)
add_subdirectory(icl)
add_subdirectory(integer)
add_subdirectory(interprocess)
-add_subdirectory(interval)
add_subdirectory(intrusive)
add_subdirectory(io)
add_subdirectory(iostreams)
@@ -49,7 +48,6 @@ add_subdirectory(iterator)
add_subdirectory(lambda)
add_subdirectory(lexical_cast)
add_subdirectory(locale)
-add_subdirectory(logic)
add_subdirectory(math)
add_subdirectory(move)
add_subdirectory(mp11)
@@ -85,11 +83,8 @@ add_subdirectory(tuple)
add_subdirectory(type_index)
add_subdirectory(type_traits)
add_subdirectory(typeof)
-add_subdirectory(ublas)
-add_subdirectory(units)
add_subdirectory(unordered)
add_subdirectory(utility)
-add_subdirectory(uuid)
add_subdirectory(variant)
add_subdirectory(variant2)
add_subdirectory(winapi)
@@ -110,7 +105,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-conversion
restricted-boost-core
restricted-boost-detail
- restricted-boost-dynamic_bitset
restricted-boost-endian
restricted-boost-exception
restricted-boost-foreach
@@ -126,14 +120,12 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-move
restricted-boost-mpl
restricted-boost-multi_array
- restricted-boost-multi_index
restricted-boost-numeric_conversion
restricted-boost-optional
restricted-boost-parameter
restricted-boost-phoenix
restricted-boost-predef
restricted-boost-preprocessor
- restricted-boost-property_tree
restricted-boost-proto
restricted-boost-random
restricted-boost-range
@@ -146,11 +138,8 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-type_index
restricted-boost-type_traits
restricted-boost-typeof
- restricted-boost-ublas
- restricted-boost-units
restricted-boost-unordered
restricted-boost-utility
- restricted-boost-uuid
restricted-boost-variant
restricted-boost-winapi
restricted-boost-xpressive
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 ce12d422479..00000000000
--- a/contrib/restricted/boost/dynamic_bitset/CMakeLists.linux-aarch64.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make 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
index 3e0811fb22e..79468a5d8d0 100644
--- a/contrib/restricted/boost/dynamic_bitset/CMakeLists.txt
+++ b/contrib/restricted/boost/dynamic_bitset/CMakeLists.txt
@@ -6,9 +6,7 @@
# original buildsystem will not be accepted.
-if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux-aarch64.txt)
-elseif (APPLE)
+if (APPLE)
include(CMakeLists.darwin.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux.txt)
diff --git a/contrib/restricted/boost/interval/CMakeLists.darwin.txt b/contrib/restricted/boost/interval/CMakeLists.darwin.txt
deleted file mode 100644
index bdd6f63a0de..00000000000
--- a/contrib/restricted/boost/interval/CMakeLists.darwin.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-interval INTERFACE)
-target_include_directories(restricted-boost-interval INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interval/include
-)
-target_link_libraries(restricted-boost-interval INTERFACE
- contrib-libs-cxxsupp
- restricted-boost-config
- restricted-boost-detail
- restricted-boost-logic
-)
diff --git a/contrib/restricted/boost/interval/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/interval/CMakeLists.linux-aarch64.txt
deleted file mode 100644
index 80c7142b6ae..00000000000
--- a/contrib/restricted/boost/interval/CMakeLists.linux-aarch64.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-interval INTERFACE)
-target_include_directories(restricted-boost-interval INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interval/include
-)
-target_link_libraries(restricted-boost-interval INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- restricted-boost-config
- restricted-boost-detail
- restricted-boost-logic
-)
diff --git a/contrib/restricted/boost/interval/CMakeLists.linux.txt b/contrib/restricted/boost/interval/CMakeLists.linux.txt
deleted file mode 100644
index 80c7142b6ae..00000000000
--- a/contrib/restricted/boost/interval/CMakeLists.linux.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-interval INTERFACE)
-target_include_directories(restricted-boost-interval INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interval/include
-)
-target_link_libraries(restricted-boost-interval INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- restricted-boost-config
- restricted-boost-detail
- restricted-boost-logic
-)
diff --git a/contrib/restricted/boost/interval/CMakeLists.txt b/contrib/restricted/boost/interval/CMakeLists.txt
deleted file mode 100644
index 3e0811fb22e..00000000000
--- a/contrib/restricted/boost/interval/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux-aarch64.txt)
-elseif (APPLE)
- include(CMakeLists.darwin.txt)
-elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux.txt)
-endif()
diff --git a/contrib/restricted/boost/logic/CMakeLists.darwin.txt b/contrib/restricted/boost/logic/CMakeLists.darwin.txt
deleted file mode 100644
index adc81434101..00000000000
--- a/contrib/restricted/boost/logic/CMakeLists.darwin.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-logic INTERFACE)
-target_include_directories(restricted-boost-logic INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/logic/include
-)
-target_link_libraries(restricted-boost-logic INTERFACE
- contrib-libs-cxxsupp
- restricted-boost-config
- restricted-boost-core
-)
diff --git a/contrib/restricted/boost/logic/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/logic/CMakeLists.linux-aarch64.txt
deleted file mode 100644
index 64b735e9d80..00000000000
--- a/contrib/restricted/boost/logic/CMakeLists.linux-aarch64.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-logic INTERFACE)
-target_include_directories(restricted-boost-logic INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/logic/include
-)
-target_link_libraries(restricted-boost-logic INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- restricted-boost-config
- restricted-boost-core
-)
diff --git a/contrib/restricted/boost/logic/CMakeLists.linux.txt b/contrib/restricted/boost/logic/CMakeLists.linux.txt
deleted file mode 100644
index 64b735e9d80..00000000000
--- a/contrib/restricted/boost/logic/CMakeLists.linux.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-logic INTERFACE)
-target_include_directories(restricted-boost-logic INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/logic/include
-)
-target_link_libraries(restricted-boost-logic INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- restricted-boost-config
- restricted-boost-core
-)
diff --git a/contrib/restricted/boost/logic/CMakeLists.txt b/contrib/restricted/boost/logic/CMakeLists.txt
deleted file mode 100644
index 3e0811fb22e..00000000000
--- a/contrib/restricted/boost/logic/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux-aarch64.txt)
-elseif (APPLE)
- include(CMakeLists.darwin.txt)
-elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux.txt)
-endif()
diff --git a/contrib/restricted/boost/property_tree/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/property_tree/CMakeLists.linux-aarch64.txt
deleted file mode 100644
index 472ad4c0d5b..00000000000
--- a/contrib/restricted/boost/property_tree/CMakeLists.linux-aarch64.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-property_tree INTERFACE)
-target_include_directories(restricted-boost-property_tree INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/property_tree/include
-)
-target_link_libraries(restricted-boost-property_tree INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- restricted-boost-any
- restricted-boost-assert
- restricted-boost-bind
- restricted-boost-config
- restricted-boost-core
- restricted-boost-format
- restricted-boost-iterator
- restricted-boost-mpl
- restricted-boost-multi_index
- restricted-boost-optional
- restricted-boost-range
- restricted-boost-serialization
- restricted-boost-static_assert
- restricted-boost-throw_exception
- restricted-boost-type_traits
-)
diff --git a/contrib/restricted/boost/property_tree/CMakeLists.txt b/contrib/restricted/boost/property_tree/CMakeLists.txt
index 3e0811fb22e..79468a5d8d0 100644
--- a/contrib/restricted/boost/property_tree/CMakeLists.txt
+++ b/contrib/restricted/boost/property_tree/CMakeLists.txt
@@ -6,9 +6,7 @@
# original buildsystem will not be accepted.
-if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux-aarch64.txt)
-elseif (APPLE)
+if (APPLE)
include(CMakeLists.darwin.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux.txt)
diff --git a/contrib/restricted/boost/ublas/CMakeLists.darwin.txt b/contrib/restricted/boost/ublas/CMakeLists.darwin.txt
deleted file mode 100644
index 83e482a343a..00000000000
--- a/contrib/restricted/boost/ublas/CMakeLists.darwin.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-ublas INTERFACE)
-target_include_directories(restricted-boost-ublas INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/ublas/include
-)
-target_link_libraries(restricted-boost-ublas INTERFACE
- contrib-libs-cxxsupp
- yutil
- restricted-boost-concept_check
- restricted-boost-config
- restricted-boost-core
- restricted-boost-interval
- restricted-boost-iterator
- restricted-boost-mpl
- restricted-boost-range
- restricted-boost-serialization
- restricted-boost-smart_ptr
- restricted-boost-static_assert
- restricted-boost-type_traits
- restricted-boost-typeof
-)
diff --git a/contrib/restricted/boost/ublas/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/ublas/CMakeLists.linux-aarch64.txt
deleted file mode 100644
index b02ff13ceb2..00000000000
--- a/contrib/restricted/boost/ublas/CMakeLists.linux-aarch64.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-ublas INTERFACE)
-target_include_directories(restricted-boost-ublas INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/ublas/include
-)
-target_link_libraries(restricted-boost-ublas INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- restricted-boost-concept_check
- restricted-boost-config
- restricted-boost-core
- restricted-boost-interval
- restricted-boost-iterator
- restricted-boost-mpl
- restricted-boost-range
- restricted-boost-serialization
- restricted-boost-smart_ptr
- restricted-boost-static_assert
- restricted-boost-type_traits
- restricted-boost-typeof
-)
diff --git a/contrib/restricted/boost/ublas/CMakeLists.linux.txt b/contrib/restricted/boost/ublas/CMakeLists.linux.txt
deleted file mode 100644
index b02ff13ceb2..00000000000
--- a/contrib/restricted/boost/ublas/CMakeLists.linux.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-ublas INTERFACE)
-target_include_directories(restricted-boost-ublas INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/ublas/include
-)
-target_link_libraries(restricted-boost-ublas INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- restricted-boost-concept_check
- restricted-boost-config
- restricted-boost-core
- restricted-boost-interval
- restricted-boost-iterator
- restricted-boost-mpl
- restricted-boost-range
- restricted-boost-serialization
- restricted-boost-smart_ptr
- restricted-boost-static_assert
- restricted-boost-type_traits
- restricted-boost-typeof
-)
diff --git a/contrib/restricted/boost/ublas/CMakeLists.txt b/contrib/restricted/boost/ublas/CMakeLists.txt
deleted file mode 100644
index 3e0811fb22e..00000000000
--- a/contrib/restricted/boost/ublas/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux-aarch64.txt)
-elseif (APPLE)
- include(CMakeLists.darwin.txt)
-elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux.txt)
-endif()
diff --git a/contrib/restricted/boost/units/CMakeLists.darwin.txt b/contrib/restricted/boost/units/CMakeLists.darwin.txt
deleted file mode 100644
index 8bdd2d3de37..00000000000
--- a/contrib/restricted/boost/units/CMakeLists.darwin.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-units INTERFACE)
-target_include_directories(restricted-boost-units INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/units/include
-)
-target_link_libraries(restricted-boost-units INTERFACE
- contrib-libs-cxxsupp
- yutil
- restricted-boost-assert
- restricted-boost-config
- restricted-boost-core
- restricted-boost-integer
- restricted-boost-io
- restricted-boost-lambda
- restricted-boost-math
- restricted-boost-mpl
- restricted-boost-preprocessor
- restricted-boost-serialization
- restricted-boost-static_assert
- restricted-boost-type_traits
- restricted-boost-typeof
-)
diff --git a/contrib/restricted/boost/units/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/units/CMakeLists.linux-aarch64.txt
deleted file mode 100644
index 8d3b477c1d5..00000000000
--- a/contrib/restricted/boost/units/CMakeLists.linux-aarch64.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-units INTERFACE)
-target_include_directories(restricted-boost-units INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/units/include
-)
-target_link_libraries(restricted-boost-units INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- restricted-boost-assert
- restricted-boost-config
- restricted-boost-core
- restricted-boost-integer
- restricted-boost-io
- restricted-boost-lambda
- restricted-boost-math
- restricted-boost-mpl
- restricted-boost-preprocessor
- restricted-boost-serialization
- restricted-boost-static_assert
- restricted-boost-type_traits
- restricted-boost-typeof
-)
diff --git a/contrib/restricted/boost/units/CMakeLists.linux.txt b/contrib/restricted/boost/units/CMakeLists.linux.txt
deleted file mode 100644
index 8d3b477c1d5..00000000000
--- a/contrib/restricted/boost/units/CMakeLists.linux.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-units INTERFACE)
-target_include_directories(restricted-boost-units INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/units/include
-)
-target_link_libraries(restricted-boost-units INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- restricted-boost-assert
- restricted-boost-config
- restricted-boost-core
- restricted-boost-integer
- restricted-boost-io
- restricted-boost-lambda
- restricted-boost-math
- restricted-boost-mpl
- restricted-boost-preprocessor
- restricted-boost-serialization
- restricted-boost-static_assert
- restricted-boost-type_traits
- restricted-boost-typeof
-)
diff --git a/contrib/restricted/boost/units/CMakeLists.txt b/contrib/restricted/boost/units/CMakeLists.txt
deleted file mode 100644
index 3e0811fb22e..00000000000
--- a/contrib/restricted/boost/units/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux-aarch64.txt)
-elseif (APPLE)
- include(CMakeLists.darwin.txt)
-elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux.txt)
-endif()
diff --git a/contrib/restricted/boost/uuid/CMakeLists.darwin.txt b/contrib/restricted/boost/uuid/CMakeLists.darwin.txt
deleted file mode 100644
index e4c160b3e33..00000000000
--- a/contrib/restricted/boost/uuid/CMakeLists.darwin.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-uuid INTERFACE)
-target_include_directories(restricted-boost-uuid INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/uuid/include
-)
-target_link_libraries(restricted-boost-uuid INTERFACE
- contrib-libs-cxxsupp
- yutil
- restricted-boost-assert
- restricted-boost-config
- restricted-boost-core
- restricted-boost-io
- restricted-boost-numeric_conversion
- restricted-boost-predef
- restricted-boost-random
- restricted-boost-serialization
- restricted-boost-smart_ptr
- restricted-boost-static_assert
- restricted-boost-throw_exception
- restricted-boost-tti
- restricted-boost-type_traits
- restricted-boost-winapi
-)
diff --git a/contrib/restricted/boost/uuid/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/uuid/CMakeLists.linux-aarch64.txt
deleted file mode 100644
index b7f78594092..00000000000
--- a/contrib/restricted/boost/uuid/CMakeLists.linux-aarch64.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-uuid INTERFACE)
-target_include_directories(restricted-boost-uuid INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/uuid/include
-)
-target_link_libraries(restricted-boost-uuid INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- restricted-boost-assert
- restricted-boost-config
- restricted-boost-core
- restricted-boost-io
- restricted-boost-numeric_conversion
- restricted-boost-predef
- restricted-boost-random
- restricted-boost-serialization
- restricted-boost-smart_ptr
- restricted-boost-static_assert
- restricted-boost-throw_exception
- restricted-boost-tti
- restricted-boost-type_traits
- restricted-boost-winapi
-)
diff --git a/contrib/restricted/boost/uuid/CMakeLists.linux.txt b/contrib/restricted/boost/uuid/CMakeLists.linux.txt
deleted file mode 100644
index b7f78594092..00000000000
--- a/contrib/restricted/boost/uuid/CMakeLists.linux.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-boost-uuid INTERFACE)
-target_include_directories(restricted-boost-uuid INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/uuid/include
-)
-target_link_libraries(restricted-boost-uuid INTERFACE
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- restricted-boost-assert
- restricted-boost-config
- restricted-boost-core
- restricted-boost-io
- restricted-boost-numeric_conversion
- restricted-boost-predef
- restricted-boost-random
- restricted-boost-serialization
- restricted-boost-smart_ptr
- restricted-boost-static_assert
- restricted-boost-throw_exception
- restricted-boost-tti
- restricted-boost-type_traits
- restricted-boost-winapi
-)
diff --git a/contrib/restricted/boost/uuid/CMakeLists.txt b/contrib/restricted/boost/uuid/CMakeLists.txt
deleted file mode 100644
index 3e0811fb22e..00000000000
--- a/contrib/restricted/boost/uuid/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux-aarch64.txt)
-elseif (APPLE)
- include(CMakeLists.darwin.txt)
-elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
- include(CMakeLists.linux.txt)
-endif()