Files
lancer 025a0fb21d fixed f627a32 from https://gitee.com/shengu_lancer/third_party_harfbuzz/pulls/15
Description:harfbuzz版本降低到2.7.2
Sig:harfbuzz
Feature or Bugfix:Feature
Binary Source:No

Signed-off-by: lancer <haoshuo@huawei.com>
2021-12-21 07:30:05 +00:00

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