michael@0: # FreeType 2 src Jamfile michael@0: # michael@0: # Copyright 2001, 2002, 2013 by michael@0: # David Turner, Robert Wilhelm, and Werner Lemberg. michael@0: # michael@0: # This file is part of the FreeType project, and may only be used, modified, michael@0: # and distributed under the terms of the FreeType project license, michael@0: # LICENSE.TXT. By continuing to use, modify, or distribute this file you michael@0: # indicate that you have read the license and understand and accept it michael@0: # fully. michael@0: michael@0: SubDir FT2_TOP $(FT2_SRC_DIR) ; michael@0: michael@0: # The file is used to define macros that are michael@0: # later used in #include statements. It needs to be parsed in order to michael@0: # record these definitions. michael@0: # michael@0: HDRMACRO [ FT2_SubDir $(FT2_INCLUDE_DIR) internal internal.h ] ; michael@0: michael@0: for xx in $(FT2_COMPONENTS) michael@0: { michael@0: SubInclude FT2_TOP $(FT2_SRC_DIR) $(xx) ; michael@0: } michael@0: michael@0: # end of src Jamfile