blob: 3063f23710a8468538f1954ae6c273b9df0ce156 [file] [log] [blame]
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