harfbuzz/test/subset/Makefile.am
Ebrahim Byagowi c494d7abcd Remove cmake testing and add meson build bot
CMake tests are broken anyway as py3 changes so let's get rid of them
2020-03-11 20:15:10 +03:30

24 lines
410 B
Makefile

# Process this file with automake to produce Makefile.in
NULL =
EXTRA_DIST =
CLEANFILES =
SUBDIRS = data
# Convenience targets:
lib: libs # Always build subsetter lib in this subdir
libs:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src libs
EXTRA_DIST += \
meson.build \
run-tests.py \
subset_test_suite.py \
$(NULL)
CLEANFILES += \
subset_test_suite.py[co] \
$(NULL)
-include $(top_srcdir)/git.mk