update for HEAD-2003050101
[reactos.git] / lib / freetype / src / autohint / Jamfile
1 # FreeType 2 src/autohint Jamfile (c) 2001 David Turner
2 #
3
4 SubDir  FT2_TOP $(FT2_SRC_DIR) autohint ;
5
6 {
7   local  _sources ;
8
9   if $(FT2_MULTI)
10   {
11     _sources = ahangles ahglobal ahglyph ahhint ahmodule ;
12   }
13   else
14   {
15     _sources = autohint ;
16   }
17
18   Library  $(FT2_LIB) : $(_sources).c ;
19 }
20
21 # end of src/autohint Jamfile