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