shithub: freetype+ttf2subf

ref: 5bf0a39485e0395f430604b279f9f4793f61ee32
dir: /src/autohint/Jamfile/

View raw version
SubDir FT2_TOP src autohint ;

SubDirHdrs [ FT2_SubDir src autohint ] ;

{
  local  _sources ;

  if $(FT2_MULTI)
  {
    _sources = ahangles.c ahglobal.c ahglyph.c ahhint.c ahmodule.c ;
  }
  else
  {
    _sources = autohint.c ;
  }

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