diff options
author | liblzma upstream <xz-devel@tukaani.org> | 2014-12-21 15:06:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-08-06 14:23:59 (GMT) |
commit | 897b790d57f9c114adf1e0374b4a004ba6a8ec99 (patch) | |
tree | c097dcfc101cc5bdce8cda2de13847599627e3a9 /liblzma/lz | |
parent | e4d3914639d1e7b41337c9626b91458c4fe6ae95 (diff) | |
download | CMake-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.inc | 22 |
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 |