# FreeType 2 src/bdf Jamfile (c) 2002 David Turner
#

SubDir  HAIKU_TOP src libs freetype2 bdf ;

SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;

UseFreeTypeHeaders ;

{
  local  _sources ;

  if $(FT2_MULTI)
  {
    _sources = bdfdrivr bdflib ;
  }
  else
  {
    _sources = bdf ;
  }

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

# end of src/bdf Jamfile

