shithub: freetype+ttf2subf

ref: dc736a6ac0d6abe15da0139a00e205e84f82deec
dir: /src/otvalid/Jamfile/

View raw version
# FreeType 2 src/otvalid Jamfile (c) 2004 Werner Lemberg
#

SubDir  FT2_TOP $(FT2_SRC_DIR) otvalid ;

{
  local  _sources ;

  if $(FT2_MULTI)
  {
    _sources = otvbase otvcommn otvgdef otvgpos otvgsub otvjstf otvmod ;
  }
  else
  {
    _sources = otvalid ;
  }

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

# end of src/otvalid Jamfile