# FreeType 2 src Jamfile (c) 2001, 2002 David Turner
#

SubDir  OBOS_TOP src libs freetype2 ;

# The file <freetype/internal/internal.h> is used to define macros that are
# later used in #include statements.  It needs to be parsed in order to
# record these definitions.
#
# HDRMACRO  [ FT2_SubDir $(FT2_INCLUDE_DIR) internal internal.h ] ;

for xx in $(FT2_COMPONENTS)
{
  SubInclude OBOS_TOP src libs freetype2 $(xx) ;
}

SubDir  OBOS_TOP src libs freetype2 ;

FT2_LinkLibrary  $(FT2_LIB) ;

# install libfreetype.so into /boot/home/config/lib
#
AbsSymLink <boot!home!config!lib>libfreetype.so : libfreetype.so
		   : /boot/home/config/lib ;

# end of src Jamfile
