[Makefile.sources/meson.build] Sort file names

This commit is contained in:
Behdad Esfahbod 2022-07-07 14:07:45 -06:00
parent 0b0e3b30ce
commit aa68657434
2 changed files with 94 additions and 94 deletions

View File

@ -97,59 +97,59 @@ HB_BASE_sources = \
OT/glyf/SimpleGlyph.hh \ OT/glyf/SimpleGlyph.hh \
OT/glyf/CompositeGlyph.hh \ OT/glyf/CompositeGlyph.hh \
OT/glyf/SubsetGlyph.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/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/Sequence.hh \
OT/Layout/GSUB/SingleSubstFormat1.hh \ OT/Layout/GSUB/SingleSubstFormat1.hh \
OT/Layout/GSUB/SingleSubstFormat2.hh \ OT/Layout/GSUB/SingleSubstFormat2.hh \
OT/Layout/GSUB/SingleSubst.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/SubstLookup.hh \
OT/Layout/GSUB/GSUB.hh \ OT/Layout/GSUB/SubstLookupSubTable.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 \
hb-ot-layout-gsubgpos.hh \ hb-ot-layout-gsubgpos.hh \
hb-ot-layout-jstf-table.hh \ hb-ot-layout-jstf-table.hh \
hb-ot-layout.cc \ hb-ot-layout.cc \

View File

@ -101,59 +101,59 @@ hb_base_sources = files(
'OT/glyf/SimpleGlyph.hh', 'OT/glyf/SimpleGlyph.hh',
'OT/glyf/CompositeGlyph.hh', 'OT/glyf/CompositeGlyph.hh',
'OT/glyf/SubsetGlyph.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/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/Sequence.hh',
'OT/Layout/GSUB/SingleSubstFormat1.hh', 'OT/Layout/GSUB/SingleSubstFormat1.hh',
'OT/Layout/GSUB/SingleSubstFormat2.hh', 'OT/Layout/GSUB/SingleSubstFormat2.hh',
'OT/Layout/GSUB/SingleSubst.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/SubstLookup.hh',
'OT/Layout/GSUB/GSUB.hh', 'OT/Layout/GSUB/SubstLookupSubTable.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',
'hb-ot-layout-gsubgpos.hh', 'hb-ot-layout-gsubgpos.hh',
'hb-ot-layout-jstf-table.hh', 'hb-ot-layout-jstf-table.hh',
'hb-ot-layout.cc', 'hb-ot-layout.cc',