From: Behdad Esfahbod Date: Tue, 2 Jul 2019 23:19:18 +0000 (-0700) Subject: [amalgam] Add hb.cc to git X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04a4957040380bba58880ff51d529c5cccf1d2c7;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [amalgam] Add hb.cc to git Part of https://github.com/harfbuzz/harfbuzz/issues/1809 --- diff --git a/src/Makefile.am b/src/Makefile.am index c276118..0d85dd7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -308,6 +308,7 @@ hb.cc: Makefile.sources for f in $(HB_BASE_sources); do echo '#include "'$$f'"'; done | \ grep '[.]cc"' > $(srcdir)/hb.cc \ || ($(RM) $(srcdir)/hb.cc; false) +EXTRA_DIST += hb.cc noinst_PROGRAMS = \ main \ diff --git a/src/hb.cc b/src/hb.cc new file mode 100644 index 0000000..a9581d2 --- /dev/null +++ b/src/hb.cc @@ -0,0 +1,44 @@ +#include "hb-aat-layout.cc" +#include "hb-aat-map.cc" +#include "hb-blob.cc" +#include "hb-buffer-serialize.cc" +#include "hb-buffer.cc" +#include "hb-common.cc" +#include "hb-face.cc" +#include "hb-fallback-shape.cc" +#include "hb-font.cc" +#include "hb-map.cc" +#include "hb-ot-cff1-table.cc" +#include "hb-ot-cff2-table.cc" +#include "hb-ot-color.cc" +#include "hb-ot-face.cc" +#include "hb-ot-font.cc" +#include "hb-ot-layout.cc" +#include "hb-ot-map.cc" +#include "hb-ot-math.cc" +#include "hb-ot-name.cc" +#include "hb-ot-shape-complex-arabic.cc" +#include "hb-ot-shape-complex-default.cc" +#include "hb-ot-shape-complex-hangul.cc" +#include "hb-ot-shape-complex-hebrew.cc" +#include "hb-ot-shape-complex-indic-table.cc" +#include "hb-ot-shape-complex-indic.cc" +#include "hb-ot-shape-complex-khmer.cc" +#include "hb-ot-shape-complex-myanmar.cc" +#include "hb-ot-shape-complex-thai.cc" +#include "hb-ot-shape-complex-use-table.cc" +#include "hb-ot-shape-complex-use.cc" +#include "hb-ot-shape-complex-vowel-constraints.cc" +#include "hb-ot-shape-fallback.cc" +#include "hb-ot-shape-normalize.cc" +#include "hb-ot-shape.cc" +#include "hb-ot-tag.cc" +#include "hb-ot-var.cc" +#include "hb-set.cc" +#include "hb-shape-plan.cc" +#include "hb-shape.cc" +#include "hb-shaper.cc" +#include "hb-static.cc" +#include "hb-ucd.cc" +#include "hb-unicode.cc" +#include "hb-warning.cc"