1 # FreeType 2 src/bzip2 Jamfile 2 # 3 # Copyright 2010-2018 by 4 # Joel Klinghed 5 # 6 # based on `src/lzw/Jamfile' 7 # 8 # This file is part of the FreeType project, and may only be used, modified, 9 # and distributed under the terms of the FreeType project license, 10 # LICENSE.TXT. By continuing to use, modify, or distribute this file you 11 # indicate that you have read the license and understand and accept it 12 # fully. 13 14 SubDir FT2_TOP $(FT2_SRC_DIR) bzip2 ; 15 16 Library $(FT2_LIB) : ftbzip2.c ; 17 18 # end of src/bzip2 Jamfile 19