summaryrefslogtreecommitdiffstats
path: root/liblzma/lz
diff options
context:
space:
mode:
authorliblzma upstream <xz-devel@tukaani.org>2014-12-21 15:06:21 (GMT)
committerBrad King <brad.king@kitware.com>2018-08-06 14:23:59 (GMT)
commit897b790d57f9c114adf1e0374b4a004ba6a8ec99 (patch)
treec097dcfc101cc5bdce8cda2de13847599627e3a9 /liblzma/lz
parente4d3914639d1e7b41337c9626b91458c4fe6ae95 (diff)
downloadCMake-897b790d57f9c114adf1e0374b4a004ba6a8ec99.zip
CMake-897b790d57f9c114adf1e0374b4a004ba6a8ec99.tar.gz
CMake-897b790d57f9c114adf1e0374b4a004ba6a8ec99.tar.bz2
liblzma 2014-12-21 (265e5ffb)
Code extracted from: https://git.tukaani.org/xz.git at commit 265e5ffb70d9c175b424621576294d28807efd9b (v5.0.8).
Diffstat (limited to 'liblzma/lz')
-rw-r--r--liblzma/lz/Makefile.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/liblzma/lz/Makefile.inc b/liblzma/lz/Makefile.inc
deleted file mode 100644
index 75742a8..0000000
--- a/liblzma/lz/Makefile.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## Author: Lasse Collin
-##
-## This file has been put into the public domain.
-## You can do whatever you want with this file.
-##
-
-if COND_ENCODER_LZ
-liblzma_la_SOURCES += \
- lz/lz_encoder.c \
- lz/lz_encoder.h \
- lz/lz_encoder_hash.h \
- lz/lz_encoder_hash_table.h \
- lz/lz_encoder_mf.c
-endif
-
-
-if COND_DECODER_LZ
-liblzma_la_SOURCES += \
- lz/lz_decoder.c \
- lz/lz_decoder.h
-endif