1# Process this file with automake to produce Makefile.in 2 3NULL = 4 5# Convenience targets: 6lib: 7 @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib 8 9update: 10 (cd $(srcdir) && ./update.sh) 11 12EXTRA_DIST = \ 13 README \ 14 COPYING \ 15 update.sh \ 16 extract-tests.py \ 17 fonts \ 18 $(TESTS) \ 19 $(NULL) 20 21TEST_EXTENSIONS = .tests 22TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT) 23 24include Makefile.sources 25 26-include $(top_srcdir)/git.mk 27