shithub: freetype+ttf2subf

ref: 0f2a415770d34996fe382333971a1f0c863eafd6
dir: /src/autofit/Jamfile/

View raw version
SubDir FT2_TOP src autofit ;

{
  local  _sources ;

  if $(FT2_MULTI)
  {
    _sources = afangles afglobal afhints aflatin afloader afmodule afdummy ;
  }
  else
  {
    _sources = autofit ;
  }

  Library  $(FT2_LIB) : $(_sources).c ;
}

# end of src/autofir Jamfile