25 cff_type2_charstring_test \
26 layout_common_table_test \
27 table_dependencies_test \
28 tests/test_unmalicious_fonts.sh \
32 cff_type2_charstring_test \
33 layout_common_table_test \
34 table_dependencies_test \
45 src/cff_type2_charstring.cc \
46 src/cff_type2_charstring.h \
108 pkginclude_HEADERS = \
109 include/ots-memory-stream.h \
110 include/opentype-sanitiser.h \
114 libbrotli_a_SOURCES = \
115 third_party/brotli/dec/bit_reader.c \
116 third_party/brotli/dec/bit_reader.h \
117 third_party/brotli/dec/context.h \
118 third_party/brotli/dec/decode.c \
119 third_party/brotli/dec/decode.h \
120 third_party/brotli/dec/dictionary.h \
121 third_party/brotli/dec/huffman.c \
122 third_party/brotli/dec/huffman.h \
123 third_party/brotli/dec/prefix.h \
124 third_party/brotli/dec/safe_malloc.c \
125 third_party/brotli/dec/safe_malloc.h \
126 third_party/brotli/dec/streams.c \
127 third_party/brotli/dec/streams.h \
128 third_party/brotli/dec/transform.h \
129 third_party/brotli/dec/types.h \
133 ot_sanitise_SOURCES = \
134 util/ot-sanitise.cc \
144 idempotent_SOURCES = \
149 validator_checker_SOURCES = \
150 util/validator-checker.cc \
153 side_by_side_SOURCES = \
154 util/side-by-side.cc \
158 cff_type2_charstring_test_SOURCES = \
159 tests/cff_type2_charstring_test.cc \
162 cff_type2_charstring_test_LDADD = \
168 layout_common_table_test_SOURCES = \
169 tests/layout_common_table_test.cc \
172 layout_common_table_test_LDADD = \
178 table_dependencies_test_SOURCES = \
179 tests/table_dependencies_test.cc \
182 table_dependencies_test_LDADD = \
188 libgtest_a_SOURCES = \
189 third_party/gtest/src/gtest-all.cc \
190 third_party/gtest/src/gtest_main.cc \
193 libgtest_a_LIBADD = \
199 -I$(top_srcdir)/third_party/gtest/include \
200 -I$(top_srcdir)/third_party/gtest/ \
201 -I$(top_srcdir)/src \
202 -I$(top_srcdir)/include \
203 -I$(top_srcdir)/third_party/brotli/dec/ \
222 AM_TESTS_ENVIRONMENT = \
223 EXEEXT="$(EXEEXT)"; \
225 top_srcdir="$(top_srcdir)"; \
227 top_builddir="$(top_builddir)"; \
228 export top_builddir; \
232 MAINTAINERCLEANFILES = \
233 $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
234 $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
235 $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
238 -include $(top_srcdir)/git.mk