shithub: freetype+ttf2subf

ref: fd20da4b7581eea5c6dd8212441a603c69186543
dir: /src/autofit/Jamfile/

View raw version
SubDir FT2_TOP src autofit ;

{
  local  _sources ;

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

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

# end of src/autofir Jamfile