2018-11-24 17:37:24 +01:00
|
|
|
# Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
NULL =
|
|
|
|
|
|
|
|
# Convenience targets:
|
|
|
|
lib:
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
COPYING \
|
|
|
|
fonts \
|
2020-05-31 10:27:26 +02:00
|
|
|
update.py \
|
2020-06-11 16:34:08 +02:00
|
|
|
meson.build \
|
2018-11-24 17:37:24 +01:00
|
|
|
$(TESTS) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
TEST_EXTENSIONS = .tests
|
|
|
|
TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT)
|
|
|
|
|
|
|
|
include Makefile.sources
|
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|