1 # FreeType 2 src/cache Jamfile
3 # Copyright 2001, 2003, 2004 by
4 # David Turner, Robert Wilhelm, and Werner Lemberg.
6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
8 # LICENSE.TXT. By continuing to use, modify, or distribute this file you
9 # indicate that you have read the license and understand and accept it
12 SubDir FT2_TOP $(FT2_SRC_DIR) cache ;
14 # The file <freetype/ftcache.h> contains some macro definitions that are
15 # later used in #include statements related to the cache sub-system. It
16 # needs to be parsed through a HDRMACRO rule for macro definitions.
18 HDRMACRO [ FT2_SubDir include ftcache.h ] ;
40 Library $(FT2_LIB) : $(_sources).c ;
43 # end of src/cache Jamfile