summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/libs/brotli/Makefile.am
blob: 7e8eae7d3d1d0cf5d93340a5f209941cf21c9e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
if !HAVE_BROTLI
noinst_LIBRARIES = libbrotli.a
libbrotli_a_SOURCES = \
	common/constants.c \
	common/constants.h \
	common/context.c \
	common/context.h \
	common/dictionary.c \
	common/dictionary.h \
	common/platform.c \
	common/platform.h \
	common/transform.c \
	common/transform.h \
	common/version.h \
	enc/backward_references.c \
	enc/backward_references.h \
	enc/backward_references_hq.c \
	enc/backward_references_hq.h \
	enc/backward_references_inc.h \
	enc/bit_cost.c \
	enc/bit_cost.h \
	enc/bit_cost_inc.h \
	enc/block_encoder_inc.h \
	enc/block_splitter.c \
	enc/block_splitter.h \
	enc/block_splitter_inc.h \
	enc/brotli_bit_stream.c \
	enc/brotli_bit_stream.h \
	enc/cluster.c \
	enc/cluster.h \
	enc/cluster_inc.h \
	enc/command.c \
	enc/command.h \
	enc/compress_fragment.c \
	enc/compress_fragment.h \
	enc/compress_fragment_two_pass.c \
	enc/compress_fragment_two_pass.h \
	enc/dictionary_hash.c \
	enc/dictionary_hash.h \
	enc/encode.c \
	enc/encoder_dict.c \
	enc/encoder_dict.h \
	enc/entropy_encode.c \
	enc/entropy_encode.h \
	enc/entropy_encode_static.h \
	enc/fast_log.c \
	enc/fast_log.h \
	enc/find_match_length.h \
	enc/hash_composite_inc.h \
	enc/hash_forgetful_chain_inc.h \
	enc/hash.h \
	enc/hash_longest_match64_inc.h \
	enc/hash_longest_match_inc.h \
	enc/hash_longest_match_quickly_inc.h \
	enc/hash_rolling_inc.h \
	enc/hash_to_binary_tree_inc.h \
	enc/histogram.c \
	enc/histogram.h \
	enc/histogram_inc.h \
	enc/literal_cost.c \
	enc/literal_cost.h \
	enc/memory.c \
	enc/memory.h \
	enc/metablock.c \
	enc/metablock.h \
	enc/metablock_inc.h \
	enc/params.h \
	enc/prefix.h \
	enc/quality.h \
	enc/ringbuffer.h \
	enc/static_dict.c \
	enc/static_dict.h \
	enc/static_dict_lut.h \
	enc/utf8_util.c \
	enc/utf8_util.h \
	enc/write_bits.h \
	include/brotli/decode.h \
	include/brotli/encode.h \
	include/brotli/port.h \
	include/brotli/types.h

AM_CFLAGS = -Wall -I$(srcdir)/include

@CODE_COVERAGE_RULES@
endif

EXTRA_DIST = LICENSE
CLEANFILES = *.gcda *.gcno