Lines Matching full:targets
39 TARGETS="${ARM_TARGETS} ${SIM_TARGETS}"
98 # $1 is the list of targets.
100 local targets="$1"
125 for target in ${targets}; do
151 # lipo -info outputs i386 for libaom x86 targets.
173 elog "Actual ${FRAMEWORK_LIB} targets do not match requested target list."
184 local targets="$1"
197 for target in ${targets}; do
219 create_aom_framework_config_shim "${targets}"
236 # Confirm AOM.framework/AOM contains the targets requested.
237 verify_framework_targets ${targets}
245 # Trap function. Cleans up the subtree used to build all targets contained in
246 # $TARGETS.
275 --macosx: Uses darwin16 targets instead of iphonesimulator targets for x86
280 --targets <targets>: Override default target list. Defaults:
281 $(print_list " " ${TARGETS})
282 --test-link: Confirms all targets can be linked. Functionally identical to
324 --targets)
325 TARGETS="$2"
329 TARGETS="${ARM_TARGETS} ${OSX_TARGETS}"
371 TARGETS="$(print_list "" ${TARGETS})"
382 build_framework "${TARGETS}"
384 print_list "" ${TARGETS}