HomeSort by relevance Sort by last modified time
    Searched refs:MACH_O_TYPE (Results 1 - 10 of 10) sorted by null

  /external/chromium/build/mac/
strip_from_xcode 24 # MACH_O_TYPE is not set for a command-line tool, so check PRODUCT_TYPE too.
26 if [ "${MACH_O_TYPE}" = "mh_execute" ] || \
30 elif [ "${MACH_O_TYPE}" = "mh_dylib" ] || \
31 [ "${MACH_O_TYPE}" = "mh_bundle" ]; then
35 elif [ "${MACH_O_TYPE}" = "staticlib" ] ; then
40 echo $0: warning: unrecognized MACH_O_TYPE ${MACH_O_TYPE}
  /external/chromium_org/build/mac/
strip_from_xcode 24 # MACH_O_TYPE is not set for a command-line tool, so check PRODUCT_TYPE too.
26 if [ "${MACH_O_TYPE}" = "mh_execute" ] || \
30 elif [ "${MACH_O_TYPE}" = "mh_dylib" ] || \
31 [ "${MACH_O_TYPE}" = "mh_bundle" ]; then
35 elif [ "${MACH_O_TYPE}" = "staticlib" ] ; then
40 echo $0: warning: unrecognized MACH_O_TYPE ${MACH_O_TYPE}
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_nonbundle_executable.sh 7 # For some reason, Xcode doesn't set MACH_O_TYPE for non-bundle executables.
9 [[ ! $MACH_O_TYPE && ${MACH_O_TYPE-_} ]]
test_nonbundle_none.sh 9 [[ ! $MACH_O_TYPE && ${MACH_O_TYPE-_} ]]
test_bundle_executable.sh 8 test $MACH_O_TYPE = mh_execute
test_bundle_loadable_module.sh 8 test $MACH_O_TYPE = mh_bundle
test_bundle_shared_library.sh 8 test $MACH_O_TYPE = mh_dylib
test_nonbundle_loadable_module.sh 8 test $MACH_O_TYPE = mh_bundle
test_nonbundle_shared_library.sh 8 test $MACH_O_TYPE = mh_dylib
test_nonbundle_static_library.sh 8 test $MACH_O_TYPE = staticlib

Completed in 158 milliseconds