aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /tools
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'tools')
-rw-r--r--tools/enum_parser/enum_parser/bin/ya.make23
-rw-r--r--tools/enum_parser/enum_parser/ya.make16
-rw-r--r--tools/enum_parser/enum_serialization_runtime/ya.make13
-rw-r--r--tools/enum_parser/parse_enum/ut/ya.make33
-rw-r--r--tools/enum_parser/parse_enum/ya.make16
-rw-r--r--tools/enum_parser/ya.make6
-rw-r--r--tools/fix_elf/bin/ya.make17
-rw-r--r--tools/fix_elf/ya.make13
-rw-r--r--tools/rescompiler/bin/ya.make19
-rw-r--r--tools/rescompiler/ya.make13
-rw-r--r--tools/rescompressor/bin/ya.make17
-rw-r--r--tools/rescompressor/ya.make13
-rw-r--r--tools/rorescompiler/bin/ya.make19
-rw-r--r--tools/rorescompiler/ya.make13
-rw-r--r--tools/ya.make189
15 files changed, 0 insertions, 420 deletions
diff --git a/tools/enum_parser/enum_parser/bin/ya.make b/tools/enum_parser/enum_parser/bin/ya.make
deleted file mode 100644
index 09e47ee1c0..0000000000
--- a/tools/enum_parser/enum_parser/bin/ya.make
+++ /dev/null
@@ -1,23 +0,0 @@
-OWNER(
- g:util
- mvel
-)
-
-PROGRAM(enum_parser)
-
-SRCDIR(
- tools/enum_parser/enum_parser
-)
-
-SRCS(
- main.cpp
-)
-
-INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/enum_parser/enum_parser/ya.make.induced_deps)
-
-PEERDIR(
- library/cpp/getopt/small
- tools/enum_parser/parse_enum
-)
-
-END()
diff --git a/tools/enum_parser/enum_parser/ya.make b/tools/enum_parser/enum_parser/ya.make
deleted file mode 100644
index 82bac4e0f7..0000000000
--- a/tools/enum_parser/enum_parser/ya.make
+++ /dev/null
@@ -1,16 +0,0 @@
-OWNER(
- g:util
- mvel
-)
-
-IF (USE_PREBUILT_TOOLS)
- INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/enum_parser/enum_parser/ya.make.prebuilt)
-ENDIF()
-
-IF (NOT PREBUILT)
- INCLUDE(${ARCADIA_ROOT}/tools/enum_parser/enum_parser/bin/ya.make)
-ENDIF()
-
-RECURSE(
- bin
-)
diff --git a/tools/enum_parser/enum_serialization_runtime/ya.make b/tools/enum_parser/enum_serialization_runtime/ya.make
deleted file mode 100644
index c18e4aee10..0000000000
--- a/tools/enum_parser/enum_serialization_runtime/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-LIBRARY()
-
-OWNER(
- g:util
- swarmer
-)
-
-SRCS(
- enum_runtime.cpp
-)
-
-
-END()
diff --git a/tools/enum_parser/parse_enum/ut/ya.make b/tools/enum_parser/parse_enum/ut/ya.make
deleted file mode 100644
index 03ace866d4..0000000000
--- a/tools/enum_parser/parse_enum/ut/ya.make
+++ /dev/null
@@ -1,33 +0,0 @@
-UNITTEST()
-
-OWNER(
- g:util
- mvel
-)
-
-PEERDIR(
- ADDINCL tools/enum_parser/parse_enum
- library/cpp/resource
-)
-
-SRCDIR(tools/enum_parser/parse_enum)
-
-RESOURCE(
- enums.h /enums
- badcode.h /badcode
- unbalanced.h /unbalanced
- alias_before_name.h /alias_before_name
-)
-
-# self-test
-GENERATE_ENUM_SERIALIZATION(enums.h)
-
-# test GENERATE_ENUM_SERIALIZATION_WITH_HEADER macro
-GENERATE_ENUM_SERIALIZATION_WITH_HEADER(enums_with_header.h)
-
-SRCS(
- parse_enum_ut.cpp
- enums.cpp
-)
-
-END()
diff --git a/tools/enum_parser/parse_enum/ya.make b/tools/enum_parser/parse_enum/ya.make
deleted file mode 100644
index b8d07c66d2..0000000000
--- a/tools/enum_parser/parse_enum/ya.make
+++ /dev/null
@@ -1,16 +0,0 @@
-LIBRARY()
-
-OWNER(
- g:util
- mvel
-)
-
-SRCS(
- parse_enum.cpp
-)
-
-PEERDIR(
- library/cpp/cppparser
-)
-
-END()
diff --git a/tools/enum_parser/ya.make b/tools/enum_parser/ya.make
deleted file mode 100644
index 762b282b3e..0000000000
--- a/tools/enum_parser/ya.make
+++ /dev/null
@@ -1,6 +0,0 @@
-RECURSE(
- parse_enum
- parse_enum/ut
- enum_parser
- enum_serialization_runtime
-)
diff --git a/tools/fix_elf/bin/ya.make b/tools/fix_elf/bin/ya.make
deleted file mode 100644
index 8348c8b742..0000000000
--- a/tools/fix_elf/bin/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-OWNER(somov)
-
-PROGRAM(fix_elf)
-
-SRCDIR(
- tools/fix_elf
-)
-
-SRCS(
- patch.cpp
-)
-
-PEERDIR(
- library/cpp/getopt/small
-)
-
-END()
diff --git a/tools/fix_elf/ya.make b/tools/fix_elf/ya.make
deleted file mode 100644
index 747323d868..0000000000
--- a/tools/fix_elf/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-OWNER(somov)
-
-IF (USE_PREBUILT_TOOLS)
- INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/fix_elf/ya.make.prebuilt)
-ENDIF()
-
-IF (NOT PREBUILT)
- INCLUDE(${ARCADIA_ROOT}/tools/fix_elf/bin/ya.make)
-ENDIF()
-
-RECURSE(
- bin
-)
diff --git a/tools/rescompiler/bin/ya.make b/tools/rescompiler/bin/ya.make
deleted file mode 100644
index 42557c85f6..0000000000
--- a/tools/rescompiler/bin/ya.make
+++ /dev/null
@@ -1,19 +0,0 @@
-OWNER(pg g:ymake)
-
-PROGRAM(rescompiler)
-
-PEERDIR(
- library/cpp/resource
-)
-
-SRCDIR(
- tools/rescompiler
-)
-
-SRCS(
- main.cpp
-)
-
-INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rescompiler/ya.make.induced_deps)
-
-END()
diff --git a/tools/rescompiler/ya.make b/tools/rescompiler/ya.make
deleted file mode 100644
index 808608eded..0000000000
--- a/tools/rescompiler/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-OWNER(pg g:ymake)
-
-IF (USE_PREBUILT_TOOLS)
- INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rescompiler/ya.make.prebuilt)
-ENDIF()
-
-IF (NOT PREBUILT)
- INCLUDE(${ARCADIA_ROOT}/tools/rescompiler/bin/ya.make)
-ENDIF()
-
-RECURSE(
- bin
-)
diff --git a/tools/rescompressor/bin/ya.make b/tools/rescompressor/bin/ya.make
deleted file mode 100644
index 0cf12b4918..0000000000
--- a/tools/rescompressor/bin/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-OWNER(heretic g:ymake)
-
-PROGRAM(rescompressor)
-
-PEERDIR(
- library/cpp/resource
-)
-
-SRCDIR(
- tools/rescompressor
-)
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/tools/rescompressor/ya.make b/tools/rescompressor/ya.make
deleted file mode 100644
index 4c118c0bc6..0000000000
--- a/tools/rescompressor/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-OWNER(heretic g:ymake)
-
-IF (USE_PREBUILT_TOOLS)
- INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rescompressor/ya.make.prebuilt)
-ENDIF()
-
-IF (NOT PREBUILT)
- INCLUDE(${ARCADIA_ROOT}/tools/rescompressor/bin/ya.make)
-ENDIF()
-
-RECURSE(
- bin
-)
diff --git a/tools/rorescompiler/bin/ya.make b/tools/rorescompiler/bin/ya.make
deleted file mode 100644
index f9d20f4696..0000000000
--- a/tools/rorescompiler/bin/ya.make
+++ /dev/null
@@ -1,19 +0,0 @@
-OWNER(heretic g:ymake)
-
-PROGRAM(rorescompiler)
-
-PEERDIR(
- library/cpp/resource
-)
-
-SRCDIR(
- tools/rorescompiler
-)
-
-SRCS(
- main.cpp
-)
-
-INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.induced_deps)
-
-END()
diff --git a/tools/rorescompiler/ya.make b/tools/rorescompiler/ya.make
deleted file mode 100644
index 7e372666f9..0000000000
--- a/tools/rorescompiler/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-OWNER(heretic g:ymake)
-
-IF (USE_PREBUILT_TOOLS)
- INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.prebuilt)
-ENDIF()
-
-IF (NOT PREBUILT)
- INCLUDE(${ARCADIA_ROOT}/tools/rorescompiler/bin/ya.make)
-ENDIF()
-
-RECURSE(
- bin
-)
diff --git a/tools/ya.make b/tools/ya.make
deleted file mode 100644
index 51a6b8b426..0000000000
--- a/tools/ya.make
+++ /dev/null
@@ -1,189 +0,0 @@
-RECURSE(
- acceleo
- arcdocidstrip
- archiver
- archiver/alignment_test
- archiver/tests
- base64
- bigram_compiler
- blender
- bmdump
- bstr
- c++filt
- calendar_extractor
- check_formula_md5
- check_json
- check_yaml
- checktrigrams
- clustermaster
- coldiff
- compress
- convert2html
- cproxy
- crc32
- crx_creator
- curl_to_ab
- diaprintkeys
- directindexer
- doc_handle_decode
- doc_handle_decode/ut
- doc_url_index_print
- dolbilo
- domschemec
- domschemec/ut
- drawrichtree
- dsindexer
- easyparser
- enforce_fsync
- enum_parser
- event2cpp
- fast_diff
- fastcksum
- filter_nonucs2
- fix_elf
- fml_sweeper_api
- frq_index_print
- geo
- geodb_ops
- geodb_ops/tests
- geograph_compiler
- go_test_miner
- go_fake_xcrun
- groupgen
- hilite
- host_canonizer
- hostdump
- hostpire
- html2cpp
- html2text
- idl
- idx_relemmatizer
- inflector
- is_holiday
- jsv8
- json_to_jsonlines
- langdiscr-test
- lemmas_merger_builder
- lemmer-test
- lemmer-test/tests
- lenval_debug
- lua
- memcheck
- mirrorsWrapper
- misc_index_print
- mkdocs_builder
- mkdocs_builder/arcadium_helper_plugin
- mkdocs_builder/mkdocs_yandex
- mkdocs_builder/theme
- mstand
- mtime0
- mx_bin2info
- nehc
- nlp_test
- nodeiter_test
- nodeiter_test/tests
- normalize_requests
- nots
- oauth_token
- pgmigrate
- pire
- print_ranking_features
- printcorpus
- printdocstat
- printdom
- printkeys
- printlinks
- printphones
- printreqs
- printreqs/tests
- printrichnode
- printrichnode/tests
- printtrie
- printurls
- printwzrd
- printwzrd/scripts
- printwzrd/tests
- printxmap
- printxref
- prngrp_index_print
- prog_rule
- protobin2mr
- prwordsfr
- pure_compiler
- pure_fingerprints
- pycron
- python-netconfig-static
- qlz
- query_marker_builder
- queryrectest
- queryrectest/tests
- queryrectest/tests/data
- rcgtest
- re_check
- recode
- refaww_index_print
- refdmap_index_print
- reflerf_index_print
- releaser
- relev_fml_codegen
- relev_fml_unused
- remorphc
- remorphparser
- rescompiler
- rescompressor
- rorescompiler
- sandboxctl
- sanitizer
- segutils
- seinfo
- sent_index_print
- showmime
- shutter_jing_plugin
- snipmake
- spamfilt
- stdin
- struct2fieldcalc
- syntaxer
- tarccreate
- tarcview
- templater
- test_norm
- test_relev
- testlangmodel
- thresher
- titleseq_index_print
- tokenize
- tokenize/tests
- tomaparsertest
- trans_str
- triecompiler
- triecompiler/build_tool
- triecompiler/lib
- trie_ops
- trie_ops/lib
- trie_ops/tests
- trigram_index_print
- uc
- unpackrichtree
- unpackrrr
- unpack_staff_cert
- untranslit_test
- untranslit_test/tests
- url
- urlmenuindexer
- urlseq_print
- voice
- webxmltest
- wizard_yt
- ygetparam
- ylzocat
- yson_pp
- zk_client
- idx_print
-)
-
-IF (NOT OS_WINDOWS)
- RECURSE(
- netgdb
- )
-ENDIF()