shithub: freetype+ttf2subf

ref: 8f031b08ec0cd21d530ac588896ee9fe32c569bd
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) ;
}