Searched refs:SDKROOT (Results 1 – 25 of 61) sorted by relevance
123
/external/mdnsresponder/ |
D | Makefile | 24 …OOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target Bui… 27 …OOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target Sys… 30 …tall OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) 38 …OOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target Sy…
|
/external/libcxxabi/lib/ |
D | buildit | 44 if [ -n "$SDKROOT" ] 46 EXTRA_FLAGS+="-isysroot ${SDKROOT}" 47 CXX=`xcrun -sdk "${SDKROOT}" -find clang++` 48 CC=`xcrun -sdk "${SDKROOT}" -find clang` 56 if [ -f "${SDKROOT}/usr/local/lib/libCrashReporterClient.a" ]
|
/external/llvm/cmake/platforms/ |
D | iOS.cmake | 10 OUTPUT_VARIABLE SDKROOT 14 IF(NOT EXISTS ${SDKROOT}) 15 MESSAGE(FATAL_ERROR "SDKROOT could not be detected!") 18 message(STATUS "Using SDKROOT ${SDKROOT}") 19 set(CMAKE_OSX_SYSROOT ${SDKROOT})
|
/external/compiler-rt/make/platform/ |
D | darwin_bni.mk | 11 ifneq (,$(SDKROOT)) 12 override CC := $(shell xcrun -sdk $(SDKROOT) -find clang || echo "false") 13 AR := $(shell xcrun -sdk $(SDKROOT) -find ar || echo "false") 14 RANLIB := $(shell xcrun -sdk $(SDKROOT) -find ranlib || echo "false") 15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip || echo "false") 16 LIPO := $(shell xcrun -sdk $(SDKROOT) -find lipo || echo "false") 17 DSYMUTIL := $(shell xcrun -sdk $(SDKROOT) -find dsymutil || echo "false") 28 ifneq (,$(SDKROOT)) 29 DEPLOYMENT_FLAGS += -isysroot $(SDKROOT)
|
/external/llvm-project/lldb/test/API/macosx/universal/ |
D | Makefile | 11 $(CC) -isysroot $(SDKROOT) -target x86_64h-apple-macosx10.9 -o testit.x86_64h $< 14 $(CC) -isysroot $(SDKROOT) -target x86_64-apple-macosx10.9 -o testit.x86_64 $< 17 …$(CC) -isysroot $(SDKROOT) -g -O0 -target x86_64h-apple-macosx10.9-apple-macosx10.9-apple-macosx10… 20 $(CC) -isysroot $(SDKROOT) -g -O0 -target x86_64-apple-macosx10.9 -c -o testit.x86_64.o $<
|
/external/llvm-project/llvm/cmake/platforms/ |
D | iOS.cmake | 11 OUTPUT_VARIABLE SDKROOT 15 IF(NOT EXISTS ${SDKROOT}) 16 MESSAGE(FATAL_ERROR "SDKROOT could not be detected!") 19 message(STATUS "Using SDKROOT ${SDKROOT}") 20 set(CMAKE_OSX_SYSROOT ${SDKROOT})
|
/external/compiler-rt/make/ |
D | AppleBI.mk | 71 -L$(SDKROOT)/usr/lib/system \ 120 mkdir -p $(DSTROOT)/$(SDKROOT)/usr/lib/system 122 -o $(DSTROOT)/$(SDKROOT)/usr/lib/system/libcompiler_rt_sim.dylib 123 mkdir -p $(DSTROOT)/$(SDKROOT)/usr/local/lib/dyld 125 $(DSTROOT)/$(SDKROOT)/usr/local/lib/dyld/libcompiler_rt.a 147 -umbrella System -Wl,-no_implicit_dylibs -L$(SDKROOT)/usr/lib/system -dead_strip \
|
/external/libwebm/ |
D | iosbuild.sh | 174 SDKROOT="${PLATFORMSROOT}/" 175 SDKROOT="${SDKROOT}${PLATFORM}.platform/Developer/SDKs/${PLATFORM}${SDK}.sdk/" 176 CXXFLAGS="-arch ${ARCH2:-${ARCH}} -isysroot ${SDKROOT} ${OPT_FLAGS}
|
/external/llvm-project/lldb/test/API/functionalities/mtc/simple/ |
D | Makefile | 5 ifeq (,$(findstring macOS,$(SDKROOT))) 6 ifeq (,$(findstring MacOS,$(SDKROOT)))
|
/external/google-breakpad/src/tools/mac/ |
D | tools_mac.gypi | 46 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 62 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 90 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 108 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/tflite_camera_example_with_select_tf_ops.xcodeproj/ |
D | project.pbxproj | 25 …CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; }; 26 …aphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 30 … name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 31 …CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; 32 …dation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 43 …celerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; 288 SDKROOT = iphoneos; 335 SDKROOT = iphoneos;
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/tflite_camera_example.xcodeproj/ |
D | project.pbxproj | 23 …CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; }; 24 …aphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 28 … name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 29 …CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; 30 …dation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 303 SDKROOT = iphoneos; 343 SDKROOT = iphoneos;
|
/external/llvm-project/lldb/tools/debugserver/debugserver.xcodeproj/ |
D | project.pbxproj | 163 …tion.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; 209 …undation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 757 FRAMEWORK_SEARCH_PATHS = $SDKROOT/System/Library/PrivateFrameworks; 759 "$(SDKROOT)/System/Library/PrivateFrameworks", 760 "$(SDKROOT)/Developer/Library/PrivateFrameworks", 762 "FRAMEWORK_SEARCH_PATHS[sdk=macosx*][arch=*]" = "$(SDKROOT)/System/Library/PrivateFrameworks"; 789 "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders", 839 SDKROOT = macosx; 858 FRAMEWORK_SEARCH_PATHS = $SDKROOT/System/Library/PrivateFrameworks; 860 "$(SDKROOT)/System/Library/PrivateFrameworks", [all …]
|
/external/libepoxy/.travis/ |
D | epoxy-ci-osx.sh | 11 export SDKROOT=$( xcodebuild -version -sdk macosx Path )
|
/external/python/cpython3/kokoro/ |
D | kokoro_build.sh | 14 …export SDKROOT=/Applications/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer…
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/simple.xcodeproj/ |
D | project.pbxproj | 24 …CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; }; 25 …aphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 26 … name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 294 SDKROOT = iphoneos; 333 SDKROOT = iphoneos;
|
/external/llvm-project/clang/test/Driver/ |
D | lit.local.cfg | 12 'SDKROOT', 'CCC_OVERRIDE_OPTIONS',
|
/external/clang/test/Driver/ |
D | lit.local.cfg | 12 'SDKROOT', 'CCC_OVERRIDE_OPTIONS',
|
/external/capstone/xcode/Capstone.xcodeproj/ |
D | project.pbxproj | 1711 SDKROOT = macosx; 1752 SDKROOT = macosx; 1798 SDKROOT = macosx; 1838 SDKROOT = macosx; 1884 SDKROOT = macosx; 1924 SDKROOT = macosx; 1970 SDKROOT = macosx; 2010 SDKROOT = macosx; 2056 SDKROOT = macosx; 2096 SDKROOT = macosx; [all …]
|
/external/catch2/projects/XCode/OCTest/OCTest.xcodeproj/ |
D | project.pbxproj | 37 …undation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 203 SDKROOT = macosx; 244 SDKROOT = macosx;
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark.xcodeproj/ |
D | project.pbxproj | 40 …celerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; 52 …ame = CoreML.framework; path = System/Library/Frameworks/CoreML.framework; sourceTree = SDKROOT; }; 270 SDKROOT = iphoneos; 323 SDKROOT = iphoneos;
|
/external/walt/ios/WALT.xcodeproj/ |
D | project.pbxproj | 51 …= CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; }; 72 … name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 73 …aphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 343 SDKROOT = iphoneos; 381 SDKROOT = iphoneos;
|
/external/clang/utils/perf-training/ |
D | lit.cfg | 18 lit_config.note('using SDKROOT: %r' % sdk_path)
|
D | order-files.lit.cfg | 19 lit_config.note('using SDKROOT: %r' % sdk_path)
|
/external/llvm-project/clang/utils/perf-training/ |
D | lit.cfg | 19 lit_config.note('using SDKROOT: %r' % sdk_path)
|
123