2020-11-10 20:56:09 +01:00
|
|
|
# Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
NULL =
|
|
|
|
EXTRA_DIST =
|
|
|
|
CLEANFILES =
|
|
|
|
SUBDIRS =
|
|
|
|
|
|
|
|
# Convenience targets:
|
|
|
|
lib: libs # Always build subsetter lib in this subdir
|
|
|
|
libs:
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src libs
|
|
|
|
|
|
|
|
TEST_EXTENSIONS = .tests
|
|
|
|
TESTS_LOG_COMPILER = $(srcdir)/../../run-repack-tests.py $(top_builddir)/util/hb-subset$(EXEEXT)
|
|
|
|
include Makefile.sources
|
|
|
|
|
2021-02-16 20:38:14 +01:00
|
|
|
EXTRA_DIST += \
|
|
|
|
$(TESTS) \
|
|
|
|
$(NULL)
|
2020-11-10 20:56:09 +01:00
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|