Searched refs:SDKROOT (Results 1 – 25 of 68) 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/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/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/utils/buildit/ |
D | build_llvm | 95 T=`xcrun -sdk $SDKROOT -find ${prog}` 103 T=`xcrun -sdk $SDKROOT -find ${prog}` 105 echo 'exec '$T' -arch armv7 -isysroot '${SDKROOT}' "$@"' >> $P || exit 1 156 UNIVERSAL_SDK_PATH=$SDKROOT \ 206 if [ -n "$SDKROOT" ]; then 207 STRIP=`xcrun -sdk $SDKROOT -find strip`
|
/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/libusb-compat/ |
D | MacConfigExternalDebug.xcconfig | 1 SDKROOT=macosx10.5 17 SDKROOT=macosx10.5
|
D | MacConfigExternalRelease.xcconfig | 1 SDKROOT=macosx10.5 23 SDKROOT=macosx10.5
|
/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/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/ |
D | project.pbxproj | 37 … name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 38 …ame = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; 39 …= CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; 40 …undation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 41 …artzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 315 SDKROOT = macosx; 335 SDKROOT = macosx;
|
/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/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_capture.gypi | 127 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 128 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 129 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
|
/external/googletest/googletest/xcode/gtest.xcodeproj/ |
D | project.pbxproj | 843 SDKROOT = macosx; 855 SDKROOT = macosx; 866 SDKROOT = macosx; 876 SDKROOT = macosx; 885 SDKROOT = macosx; 894 SDKROOT = macosx; 905 SDKROOT = macosx; 917 SDKROOT = macosx; 935 SDKROOT = macosx; 952 SDKROOT = macosx; [all …]
|
/external/tensorflow/tensorflow/examples/ios/camera/tf_camera_example.xcodeproj/ |
D | project.pbxproj | 26 …CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; }; 27 …aphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 33 … name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 34 …CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; 35 …dation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 343 SDKROOT = iphoneos; 382 SDKROOT = iphoneos;
|
/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/tensorflow/tensorflow/examples/ios/simple/tf_simple_example.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; }; 290 SDKROOT = iphoneos; 329 SDKROOT = iphoneos;
|
/external/tensorflow/tensorflow/examples/ios/benchmark/tf_benchmark_example.xcodeproj/ |
D | project.pbxproj | 24 … name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 26 …tion.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; 27 …aphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 319 SDKROOT = iphoneos; 358 SDKROOT = iphoneos;
|
/external/capstone/xcode/Capstone.xcodeproj/ |
D | project.pbxproj | 1534 SDKROOT = macosx; 1574 SDKROOT = macosx; 1620 SDKROOT = macosx; 1660 SDKROOT = macosx; 1706 SDKROOT = macosx; 1746 SDKROOT = macosx; 1792 SDKROOT = macosx; 1832 SDKROOT = macosx; 1878 SDKROOT = macosx; 1918 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/clang/test/Driver/ |
D | lit.local.cfg | 12 'SDKROOT', 'CCC_OVERRIDE_OPTIONS',
|
/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/webrtc/webrtc/modules/audio_device/ |
D | audio_device.gypi | 163 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', 164 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework',
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark.xcodeproj/ |
D | project.pbxproj | 24 …celerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; 248 SDKROOT = iphoneos; 301 SDKROOT = iphoneos;
|
123