2009-06-30 14:09:57 +00:00
|
|
|
##
|
|
|
|
## 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 \
|
2009-10-02 08:03:26 +00:00
|
|
|
lz/lz_encoder_hash_table.h \
|
2009-06-30 14:09:57 +00:00
|
|
|
lz/lz_encoder_mf.c
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
if COND_DECODER_LZ
|
|
|
|
liblzma_la_SOURCES += \
|
|
|
|
lz/lz_decoder.c \
|
|
|
|
lz/lz_decoder.h
|
|
|
|
endif
|