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

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/src/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
# FreeType 2 src Jamfile (c) 2001, 2002 David Turner
 
2
#
 
3
 
 
4
SubDir  FT2_TOP $(FT2_SRC_DIR) ;
 
5
 
 
6
# The file <freetype/internal/internal.h> is used to define macros that are
 
7
# later used in #include statements.  It needs to be parsed in order to
 
8
# record these definitions.
 
9
#
 
10
HDRMACRO  [ FT2_SubDir $(FT2_INCLUDE_DIR) internal internal.h ] ;
 
11
 
 
12
for xx in $(FT2_COMPONENTS)
 
13
{
 
14
  SubInclude FT2_TOP $(FT2_SRC_DIR) $(xx) ;
 
15
}
 
16
 
 
17
# end of src Jamfile