3 ACLOCAL_AMFLAGS = -I m4
27 cff_type2_charstring_test \
28 layout_common_table_test \
29 table_dependencies_test \
33 TESTS += tests/test_unmalicious_fonts.sh
37 cff_type2_charstring_test \
38 layout_common_table_test \
39 table_dependencies_test \
50 src/cff_type2_charstring.cc \
51 src/cff_type2_charstring.h \
113 pkginclude_HEADERS = \
114 include/ots-memory-stream.h \
115 include/opentype-sanitiser.h \
119 libbrotli_a_SOURCES = \
120 third_party/brotli/dec/bit_reader.c \
121 third_party/brotli/dec/bit_reader.h \
122 third_party/brotli/dec/context.h \
123 third_party/brotli/dec/decode.c \
124 third_party/brotli/dec/decode.h \
125 third_party/brotli/dec/dictionary.h \
126 third_party/brotli/dec/huffman.c \
127 third_party/brotli/dec/huffman.h \
128 third_party/brotli/dec/port.h \
129 third_party/brotli/dec/prefix.h \
130 third_party/brotli/dec/safe_malloc.c \
131 third_party/brotli/dec/safe_malloc.h \
132 third_party/brotli/dec/state.c \
133 third_party/brotli/dec/state.h \
134 third_party/brotli/dec/streams.c \
135 third_party/brotli/dec/streams.h \
136 third_party/brotli/dec/transform.h \
137 third_party/brotli/dec/types.h \
141 ot_sanitise_SOURCES = \
142 util/ot-sanitise.cc \
144 util/test-context.h \
153 idempotent_SOURCES = \
155 util/test-context.h \
159 validator_checker_SOURCES = \
160 util/validator-checker.cc \
163 side_by_side_SOURCES = \
164 util/side-by-side.cc \
168 cff_type2_charstring_test_SOURCES = \
169 tests/cff_type2_charstring_test.cc \
172 cff_type2_charstring_test_LDADD = \
178 layout_common_table_test_SOURCES = \
179 tests/layout_common_table_test.cc \
182 layout_common_table_test_LDADD = \
188 table_dependencies_test_SOURCES = \
189 tests/table_dependencies_test.cc \
192 table_dependencies_test_LDADD = \
198 libgtest_a_SOURCES = \
199 third_party/gtest/src/gtest-all.cc \
200 third_party/gtest/src/gtest_main.cc \
203 libgtest_a_LIBADD = \
209 -I$(top_srcdir)/third_party/gtest/include \
210 -I$(top_srcdir)/third_party/gtest/ \
211 -I$(top_srcdir)/src \
212 -I$(top_srcdir)/include \
213 -I$(top_srcdir)/third_party/brotli/dec/ \
232 AM_TESTS_ENVIRONMENT = \
233 EXEEXT="$(EXEEXT)"; \
235 top_srcdir="$(top_srcdir)"; \
237 top_builddir="$(top_builddir)"; \
238 export top_builddir; \
244 tests/BLACKLIST.txt \
245 tests/test_unmalicious_fonts.sh \
246 third_party/brotli/LICENSE \
251 MAINTAINERCLEANFILES = \
252 $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
253 $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
254 $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
257 -include $(top_srcdir)/git.mk