ref: 56c368c47e19ef683b3be565ef7e34a20beb8753
dir: /src/otvalid/Jamfile/
# FreeType 2 src/otvalid Jamfile (c) 2004 Werner Lemberg # SubDir FT2_TOP $(FT2_SRC_DIR) otvalid ; { local _sources ; if $(FT2_MULTI) { _sources = otvbase otvcommn otvgdef otvgpos otvgsub otvjstf otvmod ; } else { _sources = otvalid ; } Library $(FT2_LIB) : $(_sources).c ; } # end of src/otvalid Jamfile