aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/zstd/ya.make
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/zstd/ya.make
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
downloadydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/zstd/ya.make')
-rw-r--r--contrib/libs/zstd/ya.make82
1 files changed, 41 insertions, 41 deletions
diff --git a/contrib/libs/zstd/ya.make b/contrib/libs/zstd/ya.make
index 70d6705d1e..737296157c 100644
--- a/contrib/libs/zstd/ya.make
+++ b/contrib/libs/zstd/ya.make
@@ -19,7 +19,7 @@ LICENSE(
BSD-3-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
PEERDIR(
@@ -38,7 +38,7 @@ NO_RUNTIME()
CFLAGS(
-DZSTD_LEGACY_SUPPORT=1
- -DZSTD_MULTITHREAD
+ -DZSTD_MULTITHREAD
)
IF (ARCH_X86_64 AND NOT MSVC)
@@ -51,45 +51,45 @@ IF (ARCH_X86_64 AND NOT MSVC)
ENDIF()
SRCS(
- lib/common/debug.c
- lib/common/entropy_common.c
- lib/common/error_private.c
- lib/common/fse_decompress.c
- lib/common/pool.c
- lib/common/threading.c
- lib/common/zstd_common.c
- lib/compress/fse_compress.c
- lib/compress/hist.c
- lib/compress/huf_compress.c
- lib/compress/zstd_compress.c
- lib/compress/zstd_compress_literals.c
- lib/compress/zstd_compress_sequences.c
- lib/compress/zstd_compress_superblock.c
- lib/compress/zstd_double_fast.c
- lib/compress/zstd_fast.c
- lib/compress/zstd_lazy.c
- lib/compress/zstd_ldm.c
- lib/compress/zstd_opt.c
- lib/compress/zstdmt_compress.c
- lib/decompress/huf_decompress.c
- lib/decompress/zstd_ddict.c
- lib/decompress/zstd_decompress.c
- lib/decompress/zstd_decompress_block.c
- lib/dictBuilder/cover.c
- lib/dictBuilder/divsufsort.c
- lib/dictBuilder/fastcover.c
- lib/dictBuilder/zdict.c
- lib/legacy/zstd_v01.c
- lib/legacy/zstd_v02.c
- lib/legacy/zstd_v03.c
- lib/legacy/zstd_v04.c
- lib/legacy/zstd_v05.c
- lib/legacy/zstd_v06.c
- lib/legacy/zstd_v07.c
+ lib/common/debug.c
+ lib/common/entropy_common.c
+ lib/common/error_private.c
+ lib/common/fse_decompress.c
+ lib/common/pool.c
+ lib/common/threading.c
+ lib/common/zstd_common.c
+ lib/compress/fse_compress.c
+ lib/compress/hist.c
+ lib/compress/huf_compress.c
+ lib/compress/zstd_compress.c
+ lib/compress/zstd_compress_literals.c
+ lib/compress/zstd_compress_sequences.c
+ lib/compress/zstd_compress_superblock.c
+ lib/compress/zstd_double_fast.c
+ lib/compress/zstd_fast.c
+ lib/compress/zstd_lazy.c
+ lib/compress/zstd_ldm.c
+ lib/compress/zstd_opt.c
+ lib/compress/zstdmt_compress.c
+ lib/decompress/huf_decompress.c
+ lib/decompress/zstd_ddict.c
+ lib/decompress/zstd_decompress.c
+ lib/decompress/zstd_decompress_block.c
+ lib/dictBuilder/cover.c
+ lib/dictBuilder/divsufsort.c
+ lib/dictBuilder/fastcover.c
+ lib/dictBuilder/zdict.c
+ lib/legacy/zstd_v01.c
+ lib/legacy/zstd_v02.c
+ lib/legacy/zstd_v03.c
+ lib/legacy/zstd_v04.c
+ lib/legacy/zstd_v05.c
+ lib/legacy/zstd_v06.c
+ lib/legacy/zstd_v07.c
)
END()
-
-RECURSE(
- programs/zstd
-)
+
+RECURSE(
+ programs/zstd
+)