ref: 4cb09724a3c128aa5b7a5fdf80b1fbab2e28fa4f
dir: /src/autofit/Jamfile/
SubDir FT2_TOP src autofit ;
{
local _sources ;
if $(FT2_MULTI)
{
_sources = afangles afglobal afhints aflatin afloader afmodule ;
}
else
{
_sources = autofit ;
}
Library $(FT2_LIB) : $(_sources).c ;
}
# end of src/autofir Jamfile