Searched refs:SYMROOT (Results 1 – 13 of 13) sorted by relevance
/external/mdnsresponder/ |
D | Makefile | 24 …cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$… 27 …cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$… 30 …cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$… 38 …cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild installhdrs OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$…
|
/external/compiler-rt/make/ |
D | AppleBI.mk | 41 install-MacOSX : $(SYMROOT)/libcompiler_rt.dylib \ 42 $(SYMROOT)/libcompiler_rt-dyld.a 44 cp $(SYMROOT)/libcompiler_rt-dyld.a \ 47 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \ 70 $(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(filter-out armv4t,$(RC_ARCHS)), \ 77 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \ 78 $(SYMROOT)/libcompiler_rt-dyld.a \ 79 $(SYMROOT)/libcompiler_rt.dylib 81 cp $(SYMROOT)/libcompiler_rt-static.a \ 84 cp $(SYMROOT)/libcompiler_rt-dyld.a \ [all …]
|
/external/llvm/utils/buildit/ |
D | GNUmakefile | 30 SYMROOT = $(OBJROOT)/../sym macro 62 install: $(OBJROOT) $(SYMROOT) $(DSTROOT) 65 $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \ 118 @if [ -d $(SYMROOT) -a "$(SYMROOT)" != / ]; then \ 119 echo '*** DELETING ' $(SYMROOT); \ 120 rm -rf $(SYMROOT); \ 129 $(OBJROOT) $(SYMROOT) $(DSTROOT):
|
/external/skia/gyp/ |
D | common_conditions.gypi | 375 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details 377 'SYMROOT': '<(DEPTH)/xcodebuild',
|
/external/webkit/Source/ThirdParty/ANGLE/src/build_angle.xcodeproj/ |
D | project.pbxproj | 538 SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)"; 539 SYMROOT = "$(BUILD_DIR)";
|
/external/chromium/build/ |
D | common.gypi | 1676 # settings in target dicts. SYMROOT is a special case, because many other 1682 # and therefore SYMROOT, needs to be set at the project level. 1683 'SYMROOT': '<(DEPTH)/xcodebuild',
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
D | project.pbxproj | 3023 SYMROOT = Build; 3191 SYMROOT = /Users/acondit/Projects/Antlr/Build; 3358 SYMROOT = /Users/kroepke/Projects/Build; 4181 SYMROOT = Build; 4349 SYMROOT = /Users/acondit/Projects/Antlr/Build; 4516 SYMROOT = /Users/kroepke/Projects/Build; 5499 SYMROOT = /Users/acondit/Projects/Antlr/Build; 5690 SYMROOT = Build; 5857 SYMROOT = /Users/kroepke/Projects/Build;
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2003-10-25 | 722 SYMROOT actually work for symbol resolution because they will have the correct 748 3198135 - need to fix our projects so SYMROOT is not stripped
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 5635 * WebKit.pbproj/project.pbxproj: Use BUILT_PRODUCTS_DIR instead of SYMROOT to search for the 5781 into FRAMEWORK_SEARCH_PATHS, and SYMROOT when into HEADER_SEARCH_PATHS. 6010 * WebKit.pbproj/project.pbxproj: Use BUILT_PRODUCTS_DIR instead of SYMROOT. 23007 Try to fix OS build by making the Frameworks link in both SYMROOT 23041 Try to fix OS build by making the Frameworks link in both SYMROOT 28753 SYMROOT actually work for symbol resolution because they will have the correct 29786 3198135 - need to fix our projects so SYMROOT is not stripped
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 15446 …value of PBXApplicationwideBuildSettings is a dictionary, so we have to pull the SYMROOT out of it. 15448 …Also pass xcodebuild OBJROOT with the same value as SYMROOT if we fallback to the default WebKitBu… 25102 …that sets SYMROOT on the command line in case there's no product directory set in Xcode preference…
|
D | ChangeLog-2010-05-24 | 32497 Mac port will now always set the SYMROOT and OBJROOT configuration for
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 10029 SYMROOT actually work for symbol resolution because they will have the correct 10534 3198135 - need to fix our projects so SYMROOT is not stripped
|
D | ChangeLog-2005-08-23 | 16619 * WebCore.pbproj/project.pbxproj: Use BUILT_PRODUCTS_DIR instead of SYMROOT. 19157 * WebCore.pbproj/project.pbxproj: Fix some SYMROOTS that should have been SYMROOT.
|