Home | History | Annotate | Download | only in make

Lines Matching refs:targets

40 TARGETS="${ARM_TARGETS} ${SIM_TARGETS}"
98 # $1 is the list of targets.
100 local targets="$1"
124 for target in ${targets}; do
150 # lipo -info outputs i386 for libvpx x86 targets.
172 elog "Actual ${FRAMEWORK_LIB} targets do not match requested target list."
183 local targets="$1"
196 for target in ${targets}; do
218 create_vpx_framework_config_shim "${targets}"
235 # Confirm VPX.framework/VPX contains the targets requested.
236 verify_framework_targets ${targets}
244 # Trap function. Cleans up the subtree used to build all targets contained in
245 # $TARGETS.
274 --macosx: Uses darwin16 targets instead of iphonesimulator targets for x86
279 --targets <targets>: Override default target list. Defaults:
280 $(print_list " " ${TARGETS})
281 --test-link: Confirms all targets can be linked. Functionally identical to
323 --targets)
324 TARGETS="$2"
328 TARGETS="${ARM_TARGETS} ${OSX_TARGETS}"
370 TARGETS="$(print_list "" ${TARGETS})"
381 build_framework "${TARGETS}"
383 print_list "" ${TARGETS}