Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # FreeType 2 src Jamfile |
michael@0 | 2 | # |
michael@0 | 3 | # Copyright 2001, 2002, 2013 by |
michael@0 | 4 | # David Turner, Robert Wilhelm, and Werner Lemberg. |
michael@0 | 5 | # |
michael@0 | 6 | # This file is part of the FreeType project, and may only be used, modified, |
michael@0 | 7 | # and distributed under the terms of the FreeType project license, |
michael@0 | 8 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you |
michael@0 | 9 | # indicate that you have read the license and understand and accept it |
michael@0 | 10 | # fully. |
michael@0 | 11 | |
michael@0 | 12 | SubDir FT2_TOP $(FT2_SRC_DIR) ; |
michael@0 | 13 | |
michael@0 | 14 | # The file <internal/internal.h> is used to define macros that are |
michael@0 | 15 | # later used in #include statements. It needs to be parsed in order to |
michael@0 | 16 | # record these definitions. |
michael@0 | 17 | # |
michael@0 | 18 | HDRMACRO [ FT2_SubDir $(FT2_INCLUDE_DIR) internal internal.h ] ; |
michael@0 | 19 | |
michael@0 | 20 | for xx in $(FT2_COMPONENTS) |
michael@0 | 21 | { |
michael@0 | 22 | SubInclude FT2_TOP $(FT2_SRC_DIR) $(xx) ; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | # end of src Jamfile |