|
|
|
@ -21,7 +21,6 @@ HARFBUZZ_SRC_FILES = \ |
|
|
|
|
src/hb-buffer-serialize.cc \
|
|
|
|
|
src/hb-buffer.cc \
|
|
|
|
|
src/hb-common.cc \
|
|
|
|
|
src/hb-fallback-shape.cc \
|
|
|
|
|
src/hb-face.cc \
|
|
|
|
|
src/hb-font.cc \
|
|
|
|
|
src/hb-ot-tag.cc \
|
|
|
|
@ -29,21 +28,25 @@ HARFBUZZ_SRC_FILES = \ |
|
|
|
|
src/hb-shape.cc \
|
|
|
|
|
src/hb-shape-plan.cc \
|
|
|
|
|
src/hb-shaper.cc \
|
|
|
|
|
src/hb-tt-font.cc \
|
|
|
|
|
src/hb-unicode.cc \
|
|
|
|
|
src/hb-warning.cc \
|
|
|
|
|
src/hb-ot-font.cc \
|
|
|
|
|
src/hb-ot-layout.cc \
|
|
|
|
|
src/hb-ot-map.cc \
|
|
|
|
|
src/hb-ot-shape.cc \
|
|
|
|
|
src/hb-ot-shape-complex-arabic.cc \
|
|
|
|
|
src/hb-ot-shape-complex-default.cc \
|
|
|
|
|
src/hb-ot-shape-complex-hangul.cc \
|
|
|
|
|
src/hb-ot-shape-complex-hebrew.cc \
|
|
|
|
|
src/hb-ot-shape-complex-indic.cc \
|
|
|
|
|
src/hb-ot-shape-complex-indic-table.cc \
|
|
|
|
|
src/hb-ot-shape-complex-myanmar.cc \
|
|
|
|
|
src/hb-ot-shape-complex-sea.cc \
|
|
|
|
|
src/hb-ot-shape-complex-thai.cc \
|
|
|
|
|
src/hb-ot-shape-complex-tibetan.cc \
|
|
|
|
|
src/hb-ot-shape-normalize.cc \
|
|
|
|
|
src/hb-ot-shape-fallback.cc
|
|
|
|
|
src/hb-ot-shape-fallback.cc \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
#############################################################
|
|
|
|
|
# build the harfbuzz shared library
|
|
|
|
|