Makefile.inc | Makefile.inc | |||
---|---|---|---|---|
## | ## | |||
## Author: Lasse Collin | ## Author: Lasse Collin | |||
## | ## | |||
## This file has been put into the public domain. | ## This file has been put into the public domain. | |||
## You can do whatever you want with this file. | ## You can do whatever you want with this file. | |||
## | ## | |||
liblzma_la_SOURCES += \ | liblzma_la_SOURCES += \ | |||
common/common.c \ | common/common.c \ | |||
common/common.h \ | common/common.h \ | |||
common/memcmplen.h \ | ||||
common/block_util.c \ | common/block_util.c \ | |||
common/easy_preset.c \ | common/easy_preset.c \ | |||
common/easy_preset.h \ | common/easy_preset.h \ | |||
common/filter_common.c \ | common/filter_common.c \ | |||
common/filter_common.h \ | common/filter_common.h \ | |||
common/hardware_physmem.c \ | common/hardware_physmem.c \ | |||
common/index.c \ | common/index.c \ | |||
common/index.h \ | common/index.h \ | |||
common/stream_flags_common.c \ | common/stream_flags_common.c \ | |||
common/stream_flags_common.h \ | common/stream_flags_common.h \ | |||
common/vli_size.c | common/vli_size.c | |||
if COND_MAIN_ENCODER | if COND_MAIN_ENCODER | |||
liblzma_la_SOURCES += \ | liblzma_la_SOURCES += \ | |||
common/alone_encoder.c \ | common/alone_encoder.c \ | |||
common/block_buffer_encoder.c \ | common/block_buffer_encoder.c \ | |||
common/block_buffer_encoder.h \ | ||||
common/block_encoder.c \ | common/block_encoder.c \ | |||
common/block_encoder.h \ | common/block_encoder.h \ | |||
common/block_header_encoder.c \ | common/block_header_encoder.c \ | |||
common/easy_buffer_encoder.c \ | common/easy_buffer_encoder.c \ | |||
common/easy_encoder.c \ | common/easy_encoder.c \ | |||
common/easy_encoder_memusage.c \ | common/easy_encoder_memusage.c \ | |||
common/filter_buffer_encoder.c \ | common/filter_buffer_encoder.c \ | |||
common/filter_encoder.c \ | common/filter_encoder.c \ | |||
common/filter_encoder.h \ | common/filter_encoder.h \ | |||
common/filter_flags_encoder.c \ | common/filter_flags_encoder.c \ | |||
common/index_encoder.c \ | common/index_encoder.c \ | |||
common/index_encoder.h \ | common/index_encoder.h \ | |||
common/stream_buffer_encoder.c \ | common/stream_buffer_encoder.c \ | |||
common/stream_encoder.c \ | common/stream_encoder.c \ | |||
common/stream_flags_encoder.c \ | common/stream_flags_encoder.c \ | |||
common/vli_encoder.c | common/vli_encoder.c | |||
if COND_THREADS | if COND_THREADS | |||
liblzma_la_SOURCES += \ | liblzma_la_SOURCES += \ | |||
common/hardware_cputhreads.c \ | ||||
common/outqueue.c \ | common/outqueue.c \ | |||
common/outqueue.h \ | common/outqueue.h \ | |||
common/stream_encoder_mt.c | common/stream_encoder_mt.c | |||
endif | endif | |||
endif | endif | |||
if COND_MAIN_DECODER | if COND_MAIN_DECODER | |||
liblzma_la_SOURCES += \ | liblzma_la_SOURCES += \ | |||
common/alone_decoder.c \ | common/alone_decoder.c \ | |||
common/alone_decoder.h \ | common/alone_decoder.h \ | |||
End of changes. 3 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |