~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/src/autofit/Jamfile

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SubDir FT2_TOP src autofit ;
 
2
 
 
3
{
 
4
  local  _sources ;
 
5
 
 
6
  if $(FT2_MULTI)
 
7
  {
 
8
    _sources = afangles afglobal afhints aflatin afloader afmodule afdummy ;
 
9
  }
 
10
  else
 
11
  {
 
12
    _sources = autofit ;
 
13
  }
 
14
 
 
15
  Library  $(FT2_LIB) : $(_sources).c ;
 
16
}
 
17
 
 
18
# end of src/autofir Jamfile