2017-11-28 14:37:28 +00:00
|
|
|
# IT WOULD BE FOOLISH TO USE COMPUTERS TO AUTOMATE REPETITIVE TASKS:
|
|
|
|
# ENLIST EVERY USED HEADER AND SOURCE FILE MANUALLY!
|
|
|
|
|
|
|
|
BROTLI_CLI_C = \
|
|
|
|
c/tools/brotli.c
|
|
|
|
|
|
|
|
BROTLI_COMMON_C = \
|
2020-08-26 10:32:27 +00:00
|
|
|
c/common/constants.c \
|
|
|
|
c/common/context.c \
|
2018-02-26 14:04:36 +00:00
|
|
|
c/common/dictionary.c \
|
2020-08-26 10:32:27 +00:00
|
|
|
c/common/platform.c \
|
2018-02-26 14:04:36 +00:00
|
|
|
c/common/transform.c
|
2017-11-28 14:37:28 +00:00
|
|
|
|
|
|
|
BROTLI_COMMON_H = \
|
|
|
|
c/common/constants.h \
|
2018-02-26 14:04:36 +00:00
|
|
|
c/common/context.h \
|
2017-11-28 14:37:28 +00:00
|
|
|
c/common/dictionary.h \
|
2018-02-26 14:04:36 +00:00
|
|
|
c/common/platform.h \
|
|
|
|
c/common/transform.h \
|
2017-11-28 14:37:28 +00:00
|
|
|
c/common/version.h
|
|
|
|
|
|
|
|
BROTLI_DEC_C = \
|
|
|
|
c/dec/bit_reader.c \
|
|
|
|
c/dec/decode.c \
|
|
|
|
c/dec/huffman.c \
|
|
|
|
c/dec/state.c
|
|
|
|
|
|
|
|
BROTLI_DEC_H = \
|
|
|
|
c/dec/bit_reader.h \
|
|
|
|
c/dec/huffman.h \
|
|
|
|
c/dec/prefix.h \
|
2018-02-26 14:04:36 +00:00
|
|
|
c/dec/state.h
|
2017-11-28 14:37:28 +00:00
|
|
|
|
|
|
|
BROTLI_ENC_C = \
|
|
|
|
c/enc/backward_references.c \
|
|
|
|
c/enc/backward_references_hq.c \
|
|
|
|
c/enc/bit_cost.c \
|
|
|
|
c/enc/block_splitter.c \
|
|
|
|
c/enc/brotli_bit_stream.c \
|
|
|
|
c/enc/cluster.c \
|
2020-08-26 10:32:27 +00:00
|
|
|
c/enc/command.c \
|
2017-11-28 14:37:28 +00:00
|
|
|
c/enc/compress_fragment.c \
|
|
|
|
c/enc/compress_fragment_two_pass.c \
|
|
|
|
c/enc/dictionary_hash.c \
|
|
|
|
c/enc/encode.c \
|
2018-02-26 14:04:36 +00:00
|
|
|
c/enc/encoder_dict.c \
|
2017-11-28 14:37:28 +00:00
|
|
|
c/enc/entropy_encode.c \
|
2020-08-26 10:32:27 +00:00
|
|
|
c/enc/fast_log.c \
|
2017-11-28 14:37:28 +00:00
|
|
|
c/enc/histogram.c \
|
|
|
|
c/enc/literal_cost.c \
|
|
|
|
c/enc/memory.c \
|
|
|
|
c/enc/metablock.c \
|
|
|
|
c/enc/static_dict.c \
|
|
|
|
c/enc/utf8_util.c
|
|
|
|
|
|
|
|
BROTLI_ENC_H = \
|
|
|
|
c/enc/backward_references.h \
|
|
|
|
c/enc/backward_references_hq.h \
|
|
|
|
c/enc/backward_references_inc.h \
|
|
|
|
c/enc/bit_cost.h \
|
|
|
|
c/enc/bit_cost_inc.h \
|
|
|
|
c/enc/block_encoder_inc.h \
|
|
|
|
c/enc/block_splitter.h \
|
|
|
|
c/enc/block_splitter_inc.h \
|
|
|
|
c/enc/brotli_bit_stream.h \
|
|
|
|
c/enc/cluster.h \
|
|
|
|
c/enc/cluster_inc.h \
|
|
|
|
c/enc/command.h \
|
|
|
|
c/enc/compress_fragment.h \
|
|
|
|
c/enc/compress_fragment_two_pass.h \
|
|
|
|
c/enc/dictionary_hash.h \
|
2018-02-26 14:04:36 +00:00
|
|
|
c/enc/encoder_dict.h \
|
2017-11-28 14:37:28 +00:00
|
|
|
c/enc/entropy_encode.h \
|
|
|
|
c/enc/entropy_encode_static.h \
|
|
|
|
c/enc/fast_log.h \
|
|
|
|
c/enc/find_match_length.h \
|
|
|
|
c/enc/hash.h \
|
2018-07-09 08:40:08 +00:00
|
|
|
c/enc/hash_composite_inc.h \
|
2018-02-26 14:04:36 +00:00
|
|
|
c/enc/hash_forgetful_chain_inc.h \
|
2017-11-28 14:37:28 +00:00
|
|
|
c/enc/hash_longest_match64_inc.h \
|
|
|
|
c/enc/hash_longest_match_inc.h \
|
|
|
|
c/enc/hash_longest_match_quickly_inc.h \
|
2018-07-09 08:40:08 +00:00
|
|
|
c/enc/hash_rolling_inc.h \
|
2017-11-28 14:37:28 +00:00
|
|
|
c/enc/hash_to_binary_tree_inc.h \
|
|
|
|
c/enc/histogram.h \
|
|
|
|
c/enc/histogram_inc.h \
|
|
|
|
c/enc/literal_cost.h \
|
|
|
|
c/enc/memory.h \
|
|
|
|
c/enc/metablock.h \
|
|
|
|
c/enc/metablock_inc.h \
|
2018-03-20 11:37:41 +00:00
|
|
|
c/enc/params.h \
|
2017-11-28 14:37:28 +00:00
|
|
|
c/enc/prefix.h \
|
|
|
|
c/enc/quality.h \
|
|
|
|
c/enc/ringbuffer.h \
|
|
|
|
c/enc/static_dict.h \
|
|
|
|
c/enc/static_dict_lut.h \
|
|
|
|
c/enc/utf8_util.h \
|
|
|
|
c/enc/write_bits.h
|
|
|
|
|
|
|
|
BROTLI_INCLUDE = \
|
|
|
|
c/include/brotli/decode.h \
|
|
|
|
c/include/brotli/encode.h \
|
|
|
|
c/include/brotli/port.h \
|
|
|
|
c/include/brotli/types.h
|