# FreeType2 demos top Jamfile (c) 2001 David Turner
#

if $(FT2DEMO_TOP) != $(DOT)
{
  SubDir  FT2DEMO_TOP ;
}

FT2DEMO_SRC   = [ FT2DEMO_SubDir  src ] ;
FT2DEMO_GRAPH = [ FT2DEMO_SubDir  graph ] ;

# Include Graph sub-system rules
#
SubInclude  FT2DEMO_GRAPH ;

# Include demos rules
#
SubInclude  FT2DEMO_SRC ;


# end of top Jamfile
