summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/brotli/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/brotli/Makefile.am')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/brotli/Makefile.am57
1 files changed, 0 insertions, 57 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/brotli/Makefile.am b/Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/brotli/Makefile.am
deleted file mode 100644
index 0684ff2c794..00000000000
--- a/Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/brotli/Makefile.am
+++ /dev/null
@@ -1,57 +0,0 @@
-noinst_LIBRARIES = libbrotli.a
-libbrotli_a_SOURCES = \
- enc/backward_references.cc \
- enc/backward_references.h \
- enc/bit_cost.h \
- enc/block_splitter.cc \
- enc/block_splitter.h \
- enc/brotli_bit_stream.cc \
- enc/brotli_bit_stream.h \
- enc/cluster.h \
- enc/command.h \
- enc/compress_fragment.cc \
- enc/compress_fragment.h \
- enc/compress_fragment_two_pass.cc \
- enc/compress_fragment_two_pass.h \
- enc/compressor.h \
- enc/context.h \
- enc/dictionary.cc \
- enc/dictionary.h \
- enc/dictionary_hash.h \
- enc/encode.cc \
- enc/encode.h \
- enc/encode_parallel.cc \
- enc/encode_parallel.h \
- enc/entropy_encode.cc \
- enc/entropy_encode.h \
- enc/entropy_encode_static.h \
- enc/fast_log.h \
- enc/find_match_length.h \
- enc/hash.h \
- enc/histogram.cc \
- enc/histogram.h \
- enc/literal_cost.cc \
- enc/literal_cost.h \
- enc/metablock.cc \
- enc/metablock.h \
- enc/port.h \
- enc/prefix.h \
- enc/ringbuffer.h \
- enc/static_dict.cc \
- enc/static_dict.h \
- enc/static_dict_lut.h \
- enc/streams.cc \
- enc/streams.h \
- enc/transform.h \
- enc/types.h \
- enc/utf8_util.cc \
- enc/utf8_util.h \
- enc/write_bits.h
-
-EXTRA_DIST = LICENSE
-
-AM_CXXFLAGS = -Wall
-
-@CODE_COVERAGE_RULES@
-
-CLEANFILES = *.gcda *.gcno