Home
last modified time | relevance | path

Searched refs:SYMROOT (Results 1 – 13 of 13) sorted by relevance

/external/mdnsresponder/
DMakefile24 …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/
DAppleBI.mk41 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/
DGNUmakefile30 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/
Dcommon_conditions.gypi375 # 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/
Dproject.pbxproj538 SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
539 SYMROOT = "$(BUILD_DIR)";
/external/chromium/build/
Dcommon.gypi1676 # 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/
Dproject.pbxproj3023 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/
DChangeLog-2003-10-25722 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/
DChangeLog-2006-02-095635 * 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/
DChangeLog-2009-06-1615446 …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…
DChangeLog-2010-05-2432497 Mac port will now always set the SYMROOT and OBJROOT configuration for
/external/webkit/Source/WebCore/
DChangeLog-2003-10-2510029 SYMROOT actually work for symbol resolution because they will have the correct
10534 3198135 - need to fix our projects so SYMROOT is not stripped
DChangeLog-2005-08-2316619 * WebCore.pbproj/project.pbxproj: Use BUILT_PRODUCTS_DIR instead of SYMROOT.
19157 * WebCore.pbproj/project.pbxproj: Fix some SYMROOTS that should have been SYMROOT.