mirror of
https://github.com/openharmony/third_party_harfbuzz.git
synced 2026-07-19 20:13:33 -04:00
025a0fb21d
Description:harfbuzz版本降低到2.7.2 Sig:harfbuzz Feature or Bugfix:Feature Binary Source:No Signed-off-by: lancer <haoshuo@huawei.com>
24 lines
410 B
Makefile
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
|