This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / freetype / src / Jamfile
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