2009-06-30 10:09:57 -04:00
|
|
|
##
|
|
|
|
## Author: Lasse Collin
|
|
|
|
##
|
|
|
|
## This file has been put into the public domain.
|
|
|
|
## You can do whatever you want with this file.
|
|
|
|
##
|
|
|
|
|
|
|
|
liblzma_la_SOURCES += \
|
|
|
|
common/common.c \
|
|
|
|
common/common.h \
|
2014-07-25 13:57:20 -04:00
|
|
|
common/memcmplen.h \
|
2009-06-30 10:09:57 -04:00
|
|
|
common/block_util.c \
|
|
|
|
common/easy_preset.c \
|
|
|
|
common/easy_preset.h \
|
|
|
|
common/filter_common.c \
|
|
|
|
common/filter_common.h \
|
2009-11-15 05:40:17 -05:00
|
|
|
common/hardware_physmem.c \
|
2009-06-30 10:09:57 -04:00
|
|
|
common/index.c \
|
|
|
|
common/index.h \
|
|
|
|
common/stream_flags_common.c \
|
|
|
|
common/stream_flags_common.h \
|
2022-11-28 14:37:48 -05:00
|
|
|
common/string_conversion.c \
|
2009-06-30 10:09:57 -04:00
|
|
|
common/vli_size.c
|
|
|
|
|
2015-11-03 10:41:54 -05:00
|
|
|
if COND_THREADS
|
2022-10-05 08:57:16 -04:00
|
|
|
liblzma_la_SOURCES += \
|
|
|
|
common/hardware_cputhreads.c \
|
|
|
|
common/outqueue.c \
|
|
|
|
common/outqueue.h
|
2015-11-03 10:41:54 -05:00
|
|
|
endif
|
|
|
|
|
2009-06-30 10:09:57 -04:00
|
|
|
if COND_MAIN_ENCODER
|
|
|
|
liblzma_la_SOURCES += \
|
|
|
|
common/alone_encoder.c \
|
|
|
|
common/block_buffer_encoder.c \
|
2013-09-17 04:57:51 -04:00
|
|
|
common/block_buffer_encoder.h \
|
2009-06-30 10:09:57 -04:00
|
|
|
common/block_encoder.c \
|
|
|
|
common/block_encoder.h \
|
|
|
|
common/block_header_encoder.c \
|
|
|
|
common/easy_buffer_encoder.c \
|
|
|
|
common/easy_encoder.c \
|
|
|
|
common/easy_encoder_memusage.c \
|
|
|
|
common/filter_buffer_encoder.c \
|
|
|
|
common/filter_encoder.c \
|
|
|
|
common/filter_encoder.h \
|
|
|
|
common/filter_flags_encoder.c \
|
|
|
|
common/index_encoder.c \
|
|
|
|
common/index_encoder.h \
|
|
|
|
common/stream_buffer_encoder.c \
|
|
|
|
common/stream_encoder.c \
|
|
|
|
common/stream_flags_encoder.c \
|
|
|
|
common/vli_encoder.c
|
2011-04-11 15:03:30 -04:00
|
|
|
|
|
|
|
if COND_THREADS
|
|
|
|
liblzma_la_SOURCES += \
|
|
|
|
common/stream_encoder_mt.c
|
|
|
|
endif
|
2022-11-09 07:17:23 -05:00
|
|
|
|
|
|
|
if COND_MICROLZMA
|
|
|
|
liblzma_la_SOURCES += \
|
|
|
|
common/microlzma_encoder.c
|
|
|
|
endif
|
2009-06-30 10:09:57 -04:00
|
|
|
endif
|
|
|
|
|
|
|
|
if COND_MAIN_DECODER
|
|
|
|
liblzma_la_SOURCES += \
|
|
|
|
common/alone_decoder.c \
|
|
|
|
common/alone_decoder.h \
|
|
|
|
common/auto_decoder.c \
|
|
|
|
common/block_buffer_decoder.c \
|
|
|
|
common/block_decoder.c \
|
|
|
|
common/block_decoder.h \
|
|
|
|
common/block_header_decoder.c \
|
|
|
|
common/easy_decoder_memusage.c \
|
2017-04-24 12:35:50 -04:00
|
|
|
common/file_info.c \
|
2009-06-30 10:09:57 -04:00
|
|
|
common/filter_buffer_decoder.c \
|
|
|
|
common/filter_decoder.c \
|
|
|
|
common/filter_decoder.h \
|
|
|
|
common/filter_flags_decoder.c \
|
|
|
|
common/index_decoder.c \
|
2017-03-30 13:03:05 -04:00
|
|
|
common/index_decoder.h \
|
2009-06-30 10:09:57 -04:00
|
|
|
common/index_hash.c \
|
|
|
|
common/stream_buffer_decoder.c \
|
|
|
|
common/stream_decoder.c \
|
|
|
|
common/stream_decoder.h \
|
|
|
|
common/stream_flags_decoder.c \
|
|
|
|
common/vli_decoder.c
|
2022-03-06 16:36:20 -05:00
|
|
|
|
|
|
|
if COND_THREADS
|
|
|
|
liblzma_la_SOURCES += \
|
|
|
|
common/stream_decoder_mt.c
|
|
|
|
endif
|
2022-11-09 07:17:23 -05:00
|
|
|
|
|
|
|
if COND_MICROLZMA
|
|
|
|
liblzma_la_SOURCES += \
|
|
|
|
common/microlzma_decoder.c
|
|
|
|
endif
|
2022-10-06 08:50:20 -04:00
|
|
|
|
|
|
|
if COND_LZIP_DECODER
|
|
|
|
liblzma_la_SOURCES += \
|
2022-10-07 17:29:20 -04:00
|
|
|
common/lzip_decoder.c \
|
|
|
|
common/lzip_decoder.h
|
2022-10-06 08:50:20 -04:00
|
|
|
endif
|
2009-06-30 10:09:57 -04:00
|
|
|
endif
|