ref: 35fd84b96a776f9e2aa1972dc07d650603e2a6d2
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