Searched refs:PLATFORM (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/makedefs/
H A DMakeInc.cmd68 ifeq ($(PLATFORM),)
69 export PLATFORM := $(shell xcodebuild -sdk $(SDKROOT) -version PlatformPath | head -1 | sed 's,^.*/\([^/]*\)\.platform$$,\1,')
70 ifeq ($(PLATFORM),)
71 export PLATFORM := MacOSX
75 ifeq ($(PLATFORM),iPhoneOS)
85 ifneq ($(findstring iPhone,$(PLATFORM)),)
92 ifneq ($(findstring iPhone,$(PLATFORM)),)
223 export PLATFORM := MacOSX
H A DMakeInc.rule713 ifeq ($(PLATFORM),iPhoneOS)
721 ifeq ($(PLATFORM),iPhoneOS)
H A DMakeInc.dir58 ifeq (iPhoneOS,$(PLATFORM))
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dmach_install_mig.sh71 if [ "$PLATFORM" = "iPhoneOS" -o "$RC_ProjectName" = "Libsyscall_headers_Sim" ]; then
/darwin-on-arm/xnu/libsyscall/
H A DMakefile30 export PLATFORM := $(RC_PLATFORM) macro
178 xcodescripts/create-syscalls.pl $(KERNEL_SOURCE)/bsd/kern/syscalls.master custom/ Platforms/ $(PLATFORM) $(BUILDOBJS)/sys
/darwin-on-arm/xnu/
H A Dxnu-build133 export -n SRCROOT OBJROOT SYMROOT DSTROOT PLATFORM

Completed in 23 milliseconds