HarfBuzz text shaping engine
http://harfbuzz.github.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
695 B
39 lines
695 B
# Process this file with automake to produce Makefile.in |
|
|
|
NULL = |
|
EXTRA_DIST = |
|
CLEANFILES = |
|
DISTCLEANFILES = |
|
MAINTAINERCLEANFILES = |
|
SUBDIRS = data |
|
|
|
# Convenience targets: |
|
lib: |
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib |
|
libs: |
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src libs |
|
|
|
EXTRA_DIST += \ |
|
README.md \ |
|
CMakeLists.txt \ |
|
hb-diff \ |
|
hb-diff-colorize \ |
|
hb-diff-filter-failures \ |
|
hb-diff-stat \ |
|
hb-unicode-decode \ |
|
hb-unicode-encode \ |
|
hb-unicode-prettyname \ |
|
record-test.sh \ |
|
run-tests.py \ |
|
texts/in-house \ |
|
$(NULL) |
|
|
|
# TODO Figure out Python stuff |
|
EXTRA_DIST += \ |
|
hb_test_tools.py \ |
|
$(NULL) |
|
CLEANFILES += \ |
|
hb_test_tools.py[co] \ |
|
$(NULL) |
|
|
|
-include $(top_srcdir)/git.mk
|
|
|