Searched refs:sdk (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.10/Heimdal-398.1.2/packages/windows/
H A DNTMakefile33 SUBDIRS=sdk
/macosx-10.10/system_cmds-643.1.1/zic.tproj/
H A Dbuild_zichost.sh39 xcrun -sdk "${SDKROOT}" xcodebuild install \
41 -sdk "macosx" \
/macosx-10.10/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd45 export SDKROOT_RESOLVED := $(shell $(XCRUN) -sdk $(SDKROOT) -show-sdk-path)
53 export HOST_SDKROOT_RESOLVED := $(shell $(XCRUN) -sdk $(HOST_SDKROOT) -show-sdk-path)
58 export PLATFORMPATH := $(shell $(XCRUN) -sdk $(SDKROOT) -show-sdk-platform-path)
66 export SDKVERSION := $(shell $(XCRUN) -sdk $(SDKROOT) -show-sdk-version)
71 export HOST_SPARSE_SDKROOT := $(shell $(XCRUN) -sdk iphonehost.internal -show-sdk
[all...]
/macosx-10.10/xnu-2782.1.97/tools/
H A Dxcrun_cache.sh9 # mode, so '$(XCRUN) -sdk foo -find bar' copies 'bar' from wherever
40 -sdk)
55 -show-sdk-path)
59 -show-sdk-platform-path)
63 -show-sdk-version)
121 SDKPROPERTY=`/usr/bin/xcrun $VERBOSE -sdk "$REALSDKROOT" "$SDKQUERY"`
127 -show-sdk-path)
131 SDKNAME="Slash.sdk"
155 CreateFile "BuildTools/${SDKNAME}" "${OBJROOT}/BuildTools/.${SDKTYPE}sdk"
159 -show-sdk
[all...]
/macosx-10.10/CommonCrypto-60061/test/test/
H A Drun_tests.sh26 xcrun -sdk "$SDKROOT" PurpleExec --env "DYLD_FRAMEWORK_PATH=${INSTALL_DIR}" --cmd ${INSTALL_DIR}/${CMD}
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ocspd/mig/
H A Dmig.mk29 SDKROOT := $(shell xcrun --show-sdk-path --sdk macosx.internal)
/macosx-10.10/Security-57031.1.35/securityd/mig/
H A Dmig.mk29 SDKROOT := $(shell xcrun --show-sdk-path --sdk macosx.internal)
/macosx-10.10/SecurityTokend-55108/mig/
H A Dmig.mk32 SDKROOT := $(shell xcrun --show-sdk-path --sdk macosx.internal)
/macosx-10.10/configd-699.1.5/tests/
H A DMakefile13 SYSROOT=$(shell xcodebuild -version -sdk $(SDK) Path)
17 CC=xcrun -sdk $(SDK) cc
/macosx-10.10/libxml2-26/Pregenerated Files/
H A Dxml2-config38 echo $(xcrun --show-sdk-path)/usr
47 echo -I$(xcrun --show-sdk-path)/usr/include/libxml2
/macosx-10.10/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dcompile-syscalls.pl61 chomp(my $CC = `xcrun -sdk "$ENV{'SDKROOT'}" -find cc`);
69 chomp(my $LIBTOOL = `xcrun -sdk "$ENV{'SDKROOT'}" -find libtool`);
/macosx-10.10/xnu-2782.1.97/tools/tests/memorystatus/
H A DMakefile4 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find clang)
24 SDKROOT:=$(shell xcodebuild -sdk macosx.internal -version Path)
26 SDKROOT:=$(shell xcodebuild -sdk iphoneos.internal -version Path)
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A DMakefile.Darwin38 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
42 CC = $(shell xcrun -sdk "$(SDKROOT)" -find gcc)
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A DMakefile.Darwin38 SDKPATH = $(shell xcodebuild -sdk "$(SDKROOT)" -version Path)
43 CC = $(shell xcrun -sdk "$(SDKROOT)" -find gcc)
/macosx-10.10/Heimdal-398.1.2/scripts/
H A Dq-install-headers.sh40 sudo ditto $ROOT ${developerdir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${version}.Internal.sdk && \
41 sudo ditto $ROOT/System/Library ${developerdir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${version}.sdk/System/Library && \
58 sudo ditto $ROOT ${developerdir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${version}.Internal.sdk && \
59 sudo ditto $ROOT/System/Library ${developerdir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${version}.sdk/System/Library && \
H A Dq-build.sh41 sudo ditto $ROOT ${developerdir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${version}.Internal.sdk && \
58 sudo ditto $ROOT ${developerdir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${version}.Internal.sdk && \
59 sudo ditto $ROOT/System/Library ${developerdir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${version}.sdk/System/Library && \
77 sudo ditto $ROOT ${developerdir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${version}.Internal.sdk && \
78 sudo ditto $ROOT/System/Library ${developerdir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${version}.sdk/System/Library && \
/macosx-10.10/IOKitUser-1050.1.21/
H A DDeviceMIG.sh24 MIGCC=`xcodebuild -sdk "${SDKROOT}" -find cc`
25 MIG=`xcodebuild -sdk "${SDKROOT}" -find mig`
/macosx-10.10/configd-699.1.5/IPMonitorControl/
H A DMakefile27 SYSROOT=$(shell xcodebuild -version -sdk $(SDK) Path)
28 CC = xcrun -sdk $(SDK) cc
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Derrinfo74 $sdk_path = `xcrun --sdk macosx --show-sdk-path` or die "ERROR: trying to find the MacOSX SDK path: $?\n";
/macosx-10.10/dtrace-147/DTTk/
H A Derrinfo74 $sdk_path = `xcrun --sdk macosx --show-sdk-path` or die "ERROR: trying to find the MacOSX SDK path: $?\n";
/macosx-10.10/xnu-2782.1.97/tools/tests/
H A DMakefile14 SDKROOT_RESOLVED := $(shell xcrun -sdk $(SDKROOT) -show-sdk-path)
/macosx-10.10/Security-57031.1.35/certificates/ota_cert_tool/Scripts/
H A DFile.rb55 exit if `xcodebuild -sdk iphoneos.internal -find assettool`.nil?
114 `xcrun -sdk iphoneos.internal assettool stage -p #{@asset_directory} -s #{@staging_directory}`
123 `xcrun -sdk iphoneos.internal assettool sign -s #{@staging_directory}`
/macosx-10.10/libgcc-14/
H A DMakefile18 SDK_DIR = $(shell xcodebuild -version -sdk "$(SDKROOT)" Path)
19 STRIP = $(shell xcodebuild -sdk "$(SDKROOT)" -find strip)
20 CC = $(shell xcodebuild -sdk "$(SDKROOT)" -find cc)
/macosx-10.10/xnu-2782.1.97/tools/tests/superpages/
H A DMakefile10 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
/macosx-10.10/Security-57031.1.35/securityd/libsecurity_agent/mig/
H A Dmig.mk11 SDKROOT := $(shell xcrun --show-sdk-path --sdk macosx.internal)

Completed in 292 milliseconds

123