From aa68657434f186f6792d2facda085859b15bbae5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 7 Jul 2022 14:07:45 -0600 Subject: [PATCH] [Makefile.sources/meson.build] Sort file names --- src/Makefile.sources | 94 ++++++++++++++++++++++---------------------- src/meson.build | 94 ++++++++++++++++++++++---------------------- 2 files changed, 94 insertions(+), 94 deletions(-) diff --git a/src/Makefile.sources b/src/Makefile.sources index ab404d8c3..1e339ef7c 100644 --- a/src/Makefile.sources +++ b/src/Makefile.sources @@ -97,59 +97,59 @@ HB_BASE_sources = \ OT/glyf/SimpleGlyph.hh \ OT/glyf/CompositeGlyph.hh \ OT/glyf/SubsetGlyph.hh \ + OT/Layout/GPOS/AnchorFormat1.hh \ + OT/Layout/GPOS/AnchorFormat2.hh \ + OT/Layout/GPOS/AnchorFormat3.hh \ + OT/Layout/GPOS/Anchor.hh \ + OT/Layout/GPOS/AnchorMatrix.hh \ + OT/Layout/GPOS/ChainContextPos.hh \ + OT/Layout/GPOS/Common.hh \ + OT/Layout/GPOS/ContextPos.hh \ + OT/Layout/GPOS/CursivePosFormat1.hh \ + OT/Layout/GPOS/CursivePos.hh \ + OT/Layout/GPOS/ExtensionPos.hh \ + OT/Layout/GPOS/GPOS.hh \ + OT/Layout/GPOS/MarkArray.hh \ + OT/Layout/GPOS/MarkBasePosFormat1.hh \ + OT/Layout/GPOS/MarkBasePos.hh \ + OT/Layout/GPOS/MarkLigPosFormat1.hh \ + OT/Layout/GPOS/MarkLigPos.hh \ + OT/Layout/GPOS/MarkMarkPosFormat1.hh \ + OT/Layout/GPOS/MarkMarkPos.hh \ + OT/Layout/GPOS/MarkRecord.hh \ + OT/Layout/GPOS/PairPosFormat1.hh \ + OT/Layout/GPOS/PairPosFormat2.hh \ + OT/Layout/GPOS/PairPos.hh \ + OT/Layout/GPOS/PairSet.hh \ + OT/Layout/GPOS/PairValueRecord.hh \ + OT/Layout/GPOS/PosLookup.hh \ + OT/Layout/GPOS/PosLookupSubTable.hh \ + OT/Layout/GPOS/SinglePosFormat1.hh \ + OT/Layout/GPOS/SinglePosFormat2.hh \ + OT/Layout/GPOS/SinglePos.hh \ + OT/Layout/GPOS/ValueFormat.hh \ + OT/Layout/GSUB/AlternateSet.hh \ + OT/Layout/GSUB/AlternateSubstFormat1.hh \ + OT/Layout/GSUB/AlternateSubst.hh \ + OT/Layout/GSUB/ChainContextSubst.hh \ OT/Layout/GSUB/Common.hh \ + OT/Layout/GSUB/ContextSubst.hh \ + OT/Layout/GSUB/ExtensionSubst.hh \ + OT/Layout/GSUB/GSUB.hh \ + OT/Layout/GSUB/Ligature.hh \ + OT/Layout/GSUB/LigatureSet.hh \ + OT/Layout/GSUB/LigatureSubstFormat1.hh \ + OT/Layout/GSUB/LigatureSubst.hh \ + OT/Layout/GSUB/MultipleSubstFormat1.hh \ + OT/Layout/GSUB/MultipleSubst.hh \ + OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh \ + OT/Layout/GSUB/ReverseChainSingleSubst.hh \ OT/Layout/GSUB/Sequence.hh \ OT/Layout/GSUB/SingleSubstFormat1.hh \ OT/Layout/GSUB/SingleSubstFormat2.hh \ OT/Layout/GSUB/SingleSubst.hh \ - OT/Layout/GSUB/MultipleSubstFormat1.hh \ - OT/Layout/GSUB/MultipleSubst.hh \ - OT/Layout/GSUB/AlternateSubstFormat1.hh \ - OT/Layout/GSUB/AlternateSubst.hh \ - OT/Layout/GSUB/AlternateSet.hh \ - OT/Layout/GSUB/LigatureSubstFormat1.hh \ - OT/Layout/GSUB/LigatureSubst.hh \ - OT/Layout/GSUB/LigatureSet.hh \ - OT/Layout/GSUB/Ligature.hh \ - OT/Layout/GSUB/ReverseChainSingleSubst.hh \ - OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh \ - OT/Layout/GSUB/ContextSubst.hh \ - OT/Layout/GSUB/ChainContextSubst.hh \ - OT/Layout/GSUB/ExtensionSubst.hh \ - OT/Layout/GSUB/SubstLookupSubTable.hh \ OT/Layout/GSUB/SubstLookup.hh \ - OT/Layout/GSUB/GSUB.hh \ - OT/Layout/GPOS/GPOS.hh \ - OT/Layout/GPOS/CursivePosFormat1.hh \ - OT/Layout/GPOS/MarkLigPos.hh \ - OT/Layout/GPOS/PairValueRecord.hh \ - OT/Layout/GPOS/PairSet.hh \ - OT/Layout/GPOS/PairPos.hh \ - OT/Layout/GPOS/Anchor.hh \ - OT/Layout/GPOS/AnchorFormat1.hh \ - OT/Layout/GPOS/MarkLigPosFormat1.hh \ - OT/Layout/GPOS/PairPosFormat1.hh \ - OT/Layout/GPOS/ExtensionPos.hh \ - OT/Layout/GPOS/ChainContextPos.hh \ - OT/Layout/GPOS/Common.hh \ - OT/Layout/GPOS/ValueFormat.hh \ - OT/Layout/GPOS/AnchorMatrix.hh \ - OT/Layout/GPOS/MarkBasePosFormat1.hh \ - OT/Layout/GPOS/AnchorFormat3.hh \ - OT/Layout/GPOS/PosLookup.hh \ - OT/Layout/GPOS/MarkMarkPos.hh \ - OT/Layout/GPOS/PairPosFormat2.hh \ - OT/Layout/GPOS/MarkBasePos.hh \ - OT/Layout/GPOS/MarkMarkPosFormat1.hh \ - OT/Layout/GPOS/SinglePos.hh \ - OT/Layout/GPOS/MarkArray.hh \ - OT/Layout/GPOS/CursivePos.hh \ - OT/Layout/GPOS/PosLookupSubTable.hh \ - OT/Layout/GPOS/MarkRecord.hh \ - OT/Layout/GPOS/AnchorFormat2.hh \ - OT/Layout/GPOS/ContextPos.hh \ - OT/Layout/GPOS/SinglePosFormat2.hh \ - OT/Layout/GPOS/SinglePosFormat1.hh \ + OT/Layout/GSUB/SubstLookupSubTable.hh \ hb-ot-layout-gsubgpos.hh \ hb-ot-layout-jstf-table.hh \ hb-ot-layout.cc \ diff --git a/src/meson.build b/src/meson.build index 24ce0f505..a7e432afe 100644 --- a/src/meson.build +++ b/src/meson.build @@ -101,59 +101,59 @@ hb_base_sources = files( 'OT/glyf/SimpleGlyph.hh', 'OT/glyf/CompositeGlyph.hh', 'OT/glyf/SubsetGlyph.hh', + 'OT/Layout/GPOS/AnchorFormat1.hh', + 'OT/Layout/GPOS/AnchorFormat2.hh', + 'OT/Layout/GPOS/AnchorFormat3.hh', + 'OT/Layout/GPOS/Anchor.hh', + 'OT/Layout/GPOS/AnchorMatrix.hh', + 'OT/Layout/GPOS/ChainContextPos.hh', + 'OT/Layout/GPOS/Common.hh', + 'OT/Layout/GPOS/ContextPos.hh', + 'OT/Layout/GPOS/CursivePosFormat1.hh', + 'OT/Layout/GPOS/CursivePos.hh', + 'OT/Layout/GPOS/ExtensionPos.hh', + 'OT/Layout/GPOS/GPOS.hh', + 'OT/Layout/GPOS/MarkArray.hh', + 'OT/Layout/GPOS/MarkBasePosFormat1.hh', + 'OT/Layout/GPOS/MarkBasePos.hh', + 'OT/Layout/GPOS/MarkLigPosFormat1.hh', + 'OT/Layout/GPOS/MarkLigPos.hh', + 'OT/Layout/GPOS/MarkMarkPosFormat1.hh', + 'OT/Layout/GPOS/MarkMarkPos.hh', + 'OT/Layout/GPOS/MarkRecord.hh', + 'OT/Layout/GPOS/PairPosFormat1.hh', + 'OT/Layout/GPOS/PairPosFormat2.hh', + 'OT/Layout/GPOS/PairPos.hh', + 'OT/Layout/GPOS/PairSet.hh', + 'OT/Layout/GPOS/PairValueRecord.hh', + 'OT/Layout/GPOS/PosLookup.hh', + 'OT/Layout/GPOS/PosLookupSubTable.hh', + 'OT/Layout/GPOS/SinglePosFormat1.hh', + 'OT/Layout/GPOS/SinglePosFormat2.hh', + 'OT/Layout/GPOS/SinglePos.hh', + 'OT/Layout/GPOS/ValueFormat.hh', + 'OT/Layout/GSUB/AlternateSet.hh', + 'OT/Layout/GSUB/AlternateSubstFormat1.hh', + 'OT/Layout/GSUB/AlternateSubst.hh', + 'OT/Layout/GSUB/ChainContextSubst.hh', 'OT/Layout/GSUB/Common.hh', + 'OT/Layout/GSUB/ContextSubst.hh', + 'OT/Layout/GSUB/ExtensionSubst.hh', + 'OT/Layout/GSUB/GSUB.hh', + 'OT/Layout/GSUB/Ligature.hh', + 'OT/Layout/GSUB/LigatureSet.hh', + 'OT/Layout/GSUB/LigatureSubstFormat1.hh', + 'OT/Layout/GSUB/LigatureSubst.hh', + 'OT/Layout/GSUB/MultipleSubstFormat1.hh', + 'OT/Layout/GSUB/MultipleSubst.hh', + 'OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh', + 'OT/Layout/GSUB/ReverseChainSingleSubst.hh', 'OT/Layout/GSUB/Sequence.hh', 'OT/Layout/GSUB/SingleSubstFormat1.hh', 'OT/Layout/GSUB/SingleSubstFormat2.hh', 'OT/Layout/GSUB/SingleSubst.hh', - 'OT/Layout/GSUB/MultipleSubstFormat1.hh', - 'OT/Layout/GSUB/MultipleSubst.hh', - 'OT/Layout/GSUB/AlternateSubstFormat1.hh', - 'OT/Layout/GSUB/AlternateSubst.hh', - 'OT/Layout/GSUB/AlternateSet.hh', - 'OT/Layout/GSUB/LigatureSubstFormat1.hh', - 'OT/Layout/GSUB/LigatureSubst.hh', - 'OT/Layout/GSUB/LigatureSet.hh', - 'OT/Layout/GSUB/Ligature.hh', - 'OT/Layout/GSUB/ReverseChainSingleSubst.hh', - 'OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh', - 'OT/Layout/GSUB/ContextSubst.hh', - 'OT/Layout/GSUB/ChainContextSubst.hh', - 'OT/Layout/GSUB/ExtensionSubst.hh', - 'OT/Layout/GSUB/SubstLookupSubTable.hh', 'OT/Layout/GSUB/SubstLookup.hh', - 'OT/Layout/GSUB/GSUB.hh', - 'OT/Layout/GPOS/GPOS.hh', - 'OT/Layout/GPOS/CursivePosFormat1.hh', - 'OT/Layout/GPOS/MarkLigPos.hh', - 'OT/Layout/GPOS/PairValueRecord.hh', - 'OT/Layout/GPOS/PairSet.hh', - 'OT/Layout/GPOS/PairPos.hh', - 'OT/Layout/GPOS/Anchor.hh', - 'OT/Layout/GPOS/AnchorFormat1.hh', - 'OT/Layout/GPOS/MarkLigPosFormat1.hh', - 'OT/Layout/GPOS/PairPosFormat1.hh', - 'OT/Layout/GPOS/ExtensionPos.hh', - 'OT/Layout/GPOS/ChainContextPos.hh', - 'OT/Layout/GPOS/Common.hh', - 'OT/Layout/GPOS/ValueFormat.hh', - 'OT/Layout/GPOS/AnchorMatrix.hh', - 'OT/Layout/GPOS/MarkBasePosFormat1.hh', - 'OT/Layout/GPOS/AnchorFormat3.hh', - 'OT/Layout/GPOS/PosLookup.hh', - 'OT/Layout/GPOS/MarkMarkPos.hh', - 'OT/Layout/GPOS/PairPosFormat2.hh', - 'OT/Layout/GPOS/MarkBasePos.hh', - 'OT/Layout/GPOS/MarkMarkPosFormat1.hh', - 'OT/Layout/GPOS/SinglePos.hh', - 'OT/Layout/GPOS/MarkArray.hh', - 'OT/Layout/GPOS/CursivePos.hh', - 'OT/Layout/GPOS/PosLookupSubTable.hh', - 'OT/Layout/GPOS/MarkRecord.hh', - 'OT/Layout/GPOS/AnchorFormat2.hh', - 'OT/Layout/GPOS/ContextPos.hh', - 'OT/Layout/GPOS/SinglePosFormat2.hh', - 'OT/Layout/GPOS/SinglePosFormat1.hh', + 'OT/Layout/GSUB/SubstLookupSubTable.hh', 'hb-ot-layout-gsubgpos.hh', 'hb-ot-layout-jstf-table.hh', 'hb-ot-layout.cc',