2 ## Author: Lasse Collin
4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file.
8 liblzma_la_SOURCES += \
13 common/easy_preset.c \
14 common/easy_preset.h \
15 common/filter_common.c \
16 common/filter_common.h \
17 common/hardware_physmem.c \
20 common/stream_flags_common.c \
21 common/stream_flags_common.h \
22 common/string_conversion.c \
26 liblzma_la_SOURCES += \
27 common/hardware_cputhreads.c \
33 liblzma_la_SOURCES += \
34 common/alone_encoder.c \
35 common/block_buffer_encoder.c \
36 common/block_buffer_encoder.h \
37 common/block_encoder.c \
38 common/block_encoder.h \
39 common/block_header_encoder.c \
40 common/easy_buffer_encoder.c \
41 common/easy_encoder.c \
42 common/easy_encoder_memusage.c \
43 common/filter_buffer_encoder.c \
44 common/filter_encoder.c \
45 common/filter_encoder.h \
46 common/filter_flags_encoder.c \
47 common/index_encoder.c \
48 common/index_encoder.h \
49 common/stream_buffer_encoder.c \
50 common/stream_encoder.c \
51 common/stream_flags_encoder.c \
55 liblzma_la_SOURCES += \
56 common/stream_encoder_mt.c
60 liblzma_la_SOURCES += \
61 common/microlzma_encoder.c
66 liblzma_la_SOURCES += \
67 common/alone_decoder.c \
68 common/alone_decoder.h \
69 common/auto_decoder.c \
70 common/block_buffer_decoder.c \
71 common/block_decoder.c \
72 common/block_decoder.h \
73 common/block_header_decoder.c \
74 common/easy_decoder_memusage.c \
76 common/filter_buffer_decoder.c \
77 common/filter_decoder.c \
78 common/filter_decoder.h \
79 common/filter_flags_decoder.c \
80 common/index_decoder.c \
81 common/index_decoder.h \
83 common/stream_buffer_decoder.c \
84 common/stream_decoder.c \
85 common/stream_decoder.h \
86 common/stream_flags_decoder.c \
90 liblzma_la_SOURCES += \
91 common/stream_decoder_mt.c
95 liblzma_la_SOURCES += \
96 common/microlzma_decoder.c
100 liblzma_la_SOURCES += \
101 common/lzip_decoder.c \
102 common/lzip_decoder.h