aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/freetype2/src/type42/Jamfile
blob: 032ac717900a2f432f5939cc8ad1d4d054ff7440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# FreeType 2 src/type42 Jamfile (c) 2002 David Turner
#

SubDir  FT2_TOP $(FT2_SRC_DIR) type42 ;

{
  local  _sources ;

  if $(FT2_MULTI)
  {
    _sources = t42objs t42parse t42drivr ;
  }
  else
  {
    _sources = type42 ;
  }

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

# end of src/type42 Jamfile