diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /contrib/libs/xz/liblzma | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/libs/xz/liblzma')
-rw-r--r-- | contrib/libs/xz/liblzma/ya.make | 118 |
1 files changed, 0 insertions, 118 deletions
diff --git a/contrib/libs/xz/liblzma/ya.make b/contrib/libs/xz/liblzma/ya.make deleted file mode 100644 index d548283a2b..0000000000 --- a/contrib/libs/xz/liblzma/ya.make +++ /dev/null @@ -1,118 +0,0 @@ -OWNER( - thegeorg - g:contrib - g:cpp-contrib -) - -# This is a part of xz utils package. Source can be downloaded from -# https://tukaani.org/xz/ - -LIBRARY() - -LICENSE(Public-Domain) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -VERSION(5.2.4) - -NO_COMPILER_WARNINGS() - -NO_UTIL() - -CFLAGS( - GLOBAL -DLZMA_API_STATIC - -DHAVE_CONFIG_H - -DTUKLIB_SYMBOL_PREFIX=lzma_ -) - -PEERDIR( - contrib/libs/xz/common -) - -ADDINCL( - GLOBAL contrib/libs/xz/liblzma/api - contrib/libs/xz - contrib/libs/xz/liblzma/check - contrib/libs/xz/liblzma/common - contrib/libs/xz/liblzma/delta - contrib/libs/xz/liblzma/lz - contrib/libs/xz/liblzma/lzma - contrib/libs/xz/liblzma/rangecoder - contrib/libs/xz/liblzma/simple - contrib/libs/xz/common -) - -SRCS( - check/check.c - check/crc32_fast.c - check/crc32_table.c - check/crc64_fast.c - check/crc64_table.c - check/sha256.c - common/alone_decoder.c - common/alone_encoder.c - common/auto_decoder.c - common/block_buffer_decoder.c - common/block_buffer_encoder.c - common/block_decoder.c - common/block_encoder.c - common/block_header_decoder.c - common/block_header_encoder.c - common/block_util.c - common/common.c - common/easy_buffer_encoder.c - common/easy_decoder_memusage.c - common/easy_encoder.c - common/easy_encoder_memusage.c - common/easy_preset.c - common/filter_buffer_decoder.c - common/filter_buffer_encoder.c - common/filter_common.c - common/filter_decoder.c - common/filter_encoder.c - common/filter_flags_decoder.c - common/filter_flags_encoder.c - common/hardware_cputhreads.c - common/index.c - common/index_decoder.c - common/index_encoder.c - common/index_hash.c - common/outqueue.c - common/stream_buffer_decoder.c - common/stream_buffer_encoder.c - common/stream_decoder.c - common/stream_encoder.c - common/stream_encoder_mt.c - common/stream_flags_common.c - common/stream_flags_decoder.c - common/stream_flags_encoder.c - common/vli_decoder.c - common/vli_encoder.c - common/vli_size.c - delta/delta_common.c - delta/delta_decoder.c - delta/delta_encoder.c - lz/lz_decoder.c - lz/lz_encoder.c - lz/lz_encoder_mf.c - lzma/fastpos_table.c - lzma/lzma2_decoder.c - lzma/lzma2_encoder.c - lzma/lzma_decoder.c - lzma/lzma_encoder.c - lzma/lzma_encoder_optimum_fast.c - lzma/lzma_encoder_optimum_normal.c - lzma/lzma_encoder_presets.c - rangecoder/price_table.c - simple/arm.c - simple/armthumb.c - simple/ia64.c - simple/powerpc.c - simple/simple_coder.c - simple/simple_decoder.c - simple/simple_encoder.c - simple/sparc.c - simple/x86.c -) - -END() |