Searched refs:SDKROOT (Results 1 - 18 of 18) sorted by relevance

/xnu-2782.1.97/tools/tests/
H A DMakefile9 SDKROOT ?= macosx.internal macro
11 # SDKROOT may be passed as a shorthand like "iphoneos.internal". We
12 # must resolve these to a full path and override SDKROOT.
14 SDKROOT_RESOLVED := $(shell xcrun -sdk $(SDKROOT) -show-sdk-path)
15 ifeq ($(strip $(SDKROOT)_$(SDKROOT_RESOLVED)),/_)
18 override SDKROOT = $(SDKROOT_RESOLVED)
24 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
53 $(MAKE) -C $(SRCROOT)/$(notdir $@) SRCROOT=$(SRCROOT)/$(notdir $@) DSTROOT=$@ OBJROOT=$(OBJROOT)/$(notdir $@) SDKROOT=$(SDKROOT)
/xnu-2782.1.97/tools/tests/memorystatus/
H A DMakefile4 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find clang)
20 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
24 SDKROOT:=$(shell xcodebuild -sdk macosx.internal -version Path) macro
26 SDKROOT:=$(shell xcodebuild -sdk iphoneos.internal -version Path) macro
35 $(CC) $(MY_ARCH) -isystem $(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders -o $(SYMROOT)/$(notdir $@) memorystatus_groups.c $(CFLAGS)
41 $(CC) $(MY_ARCH) -framework CoreFoundation -framework ServiceManagement -F $(SDKROOT)/System/Library/PrivateFrameworks/ -isystem $(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders -o $(SYMROOT)/$(notdir $@) memorystatus.c $(CFLAGS)
/xnu-2782.1.97/tools/
H A Dxcrun_cache.sh17 SDKROOT=""
42 SDKROOT="$1"
89 # SDKROOT that is an input to these are one of:
97 case "$SDKROOT" in
105 if [ -f "$SDKROOT/.sdktype" ]; then
106 SDKTYPE=`cat "$SDKROOT/.sdktype"`
115 if [ -f "$SDKROOT/.realsdkpath" ]; then
116 REALSDKROOT=`cat "$SDKROOT/.realsdkpath"`
118 REALSDKROOT="$SDKROOT"
184 if [ ! -f "$SDKROOT/
[all...]
/xnu-2782.1.97/tools/tests/superpages/
H A DMakefile0 SDKROOT ?= /
5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
10 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
1 SDKROOT ?= / macro
/xnu-2782.1.97/tools/tests/zero-to-n/
H A DMakefile0 SDKROOT ?= /
5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
8 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
20 CFLAGS := -g $(patsubst %, -arch %, $(ARCHS)) -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
1 SDKROOT ?= / macro
/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd37 SDKROOT ?= macosx.internal
41 # SDKROOT may be passed as a shorthand like "iphoneos.internal". We
42 # must resolve these to a full path and override SDKROOT.
45 export SDKROOT_RESOLVED := $(shell $(XCRUN) -sdk $(SDKROOT) -show-sdk-path)
46 ifeq ($(strip $(SDKROOT)_$(SDKROOT_RESOLVED)),/_)
50 override SDKROOT = $(SDKROOT_RESOLVED)
58 export PLATFORMPATH := $(shell $(XCRUN) -sdk $(SDKROOT) -show-sdk-platform-path)
66 export SDKVERSION := $(shell $(XCRUN) -sdk $(SDKROOT) -show-sdk-version)
78 export CC := $(shell $(XCRUN) -sdk $(SDKROOT) -find clang)
81 export CXX := $(shell $(XCRUN) -sdk $(SDKROOT)
[all...]
/xnu-2782.1.97/tools/tests/affinity/
H A DMakefile0 SDKROOT ?= /
5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
8 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
27 CFLAGS :=-g -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
1 SDKROOT ?= / macro
/xnu-2782.1.97/tools/tests/libMicro/
H A DMakefile.Darwin33 SDKROOT ?= /
38 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
42 CC = $(shell xcrun -sdk "$(SDKROOT)" -find gcc)
/xnu-2782.1.97/tools/tests/jitter/
H A DMakefile0 SDKROOT ?= /
5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
10 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
1 SDKROOT ?= / macro
/xnu-2782.1.97/tools/tests/kqueue_tests/
H A DMakefile0 SDKROOT ?= /
5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
8 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
1 SDKROOT ?= / macro
/xnu-2782.1.97/bsd/sys/
H A Dmake_symbol_aliasing.sh34 SDKROOT="$1"
37 if [ ! -x "${SDKROOT}/usr/local/libexec/availability.pl" ] ; then
38 echo "Unable to locate ${SDKROOT}/usr/local/libexec/availability.pl (or not executable)" >&2
77 for ver in $(${SDKROOT}/usr/local/libexec/availability.pl --ios) ; do
90 for ver in $(${SDKROOT}/usr/local/libexec/availability.pl --macosx) ; do
/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMakefile0 SDKROOT ?= /
5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
8 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
12 CFLAGS := -g -O2 -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
1 SDKROOT ?= / macro
/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dmach_install_mig.sh33 MIG=`xcrun -sdk "$SDKROOT" -find mig`
34 MIGCC=`xcrun -sdk "$SDKROOT" -find cc`
56 MIG_PRIVATE_DEFS_INCFLAGS="-I${SDKROOT}/System/Library/Frameworks/System.framework/PrivateHeaders"
/xnu-2782.1.97/tools/tests/libMicro/apple/
H A DMakefile.Darwin33 SDKROOT ?= /
38 SDKPATH = $(shell xcodebuild -sdk "$(SDKROOT)" -version Path)
43 CC = $(shell xcrun -sdk "$(SDKROOT)" -find gcc)
/xnu-2782.1.97/tools/tests/execperf/
H A DMakefile0 SDKROOT ?= /
5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
18 CC = $(shell xcrun -sdk "$(SDKROOT)" -find cc)
19 STRIP = $(shell xcrun -sdk "$(SDKROOT)" -find strip)
20 CODESIGN = $(shell xcrun -sdk "$(SDKROOT)" -find codesign)
21 export CODESIGN_ALLOCATE := $(shell xcrun -sdk "$(SDKROOT)" -find codesign_allocate)
22 DSYMUTIL = $(shell xcrun -sdk "$(SDKROOT)" -find dsymutil)
23 CFLAGS = -O0 -g -isysroot $(SDKROOT) $(patsubst %, -arch %,$(ARCHS))
25 -isysroot $(SDKROOT) $(patsubst %, -arch %,$(ARCHS))
1 SDKROOT ?= / macro
/xnu-2782.1.97/tools/tests/perf_index/
H A DMakefile0 SDKROOT ?= /
2 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
3 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
1 SDKROOT ?= / macro
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmakefile0 SDKROOT ?= /
3 PLATFORMPATH := $(shell xcrun -sdk $(SDKROOT) -show-sdk-platform-path)
5 SDKVERSION:=$(shell xcodebuild -sdk $(SDKROOT) -version SDKVersion | head -1)
6 SDKPATH := $(shell xcodebuild -sdk $(SDKROOT) -version Path)
16 CC := $(shell xcrun -sdk "$(SDKROOT)" -find cc)
19 CODESIGN := $(shell xcrun -sdk "$(SDKROOT)" -find codesign)
1 SDKROOT ?= / macro
/xnu-2782.1.97/libkern/kxld/
H A DMakefile61 ifdef SDKROOT
62 SDK_DIR := $(shell xcodebuild -version -sdk $(SDKROOT) Path)

Completed in 37 milliseconds