Searched refs:SYMROOT (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/make/ |
D | AppleBI.mk | 45 install-MacOSX : $(SYMROOT)/libcompiler_rt.dylib \ 46 $(SYMROOT)/libcompiler_rt-dyld.a 48 cp $(SYMROOT)/libcompiler_rt-dyld.a \ 51 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \ 75 $(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(filter-out armv4t,$(RC_ARCHS)), \ 82 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \ 83 $(SYMROOT)/libcompiler_rt-dyld.a \ 84 $(SYMROOT)/libcompiler_rt.dylib 86 cp $(SYMROOT)/libcompiler_rt-static.a \ 89 cp $(SYMROOT)/libcompiler_rt-dyld.a \ [all …]
|
/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/swiftshader/third_party/LLVM/utils/buildit/ |
D | GNUmakefile | 30 SYMROOT = $(OBJROOT)/../sym macro 65 install: $(OBJROOT) $(SYMROOT) $(DSTROOT) 68 $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \ 121 @if [ -d $(SYMROOT) -a "$(SYMROOT)" != / ]; then \ 122 echo '*** DELETING ' $(SYMROOT); \ 123 rm -rf $(SYMROOT); \ 132 $(OBJROOT) $(SYMROOT) $(DSTROOT):
|
/external/libcups/filter/ |
D | Makefile | 109 $(INSTALL_DIR) $(SYMROOT); \ 111 cp $$file $(SYMROOT); \ 112 dsymutil $(SYMROOT)/$$file; \ 140 $(INSTALL_DIR) $(SYMROOT); \ 141 cp $(LIBCUPSIMAGE) $(SYMROOT); \ 142 dsymutil $(SYMROOT)/$(LIBCUPSIMAGE); \
|
/external/tinyxml2/tinyxml2/tinyxml2.xcodeproj/ |
D | project.pbxproj | 138 CONFIGURATION_BUILD_DIR = "$(SYMROOT)/Debug"; 142 SYMROOT = build;
|
/external/libcups/cups/ |
D | Makefile | 280 $(INSTALL_DIR) $(SYMROOT); \ 281 cp $(LIBCUPS) $(SYMROOT); \ 282 dsymutil $(SYMROOT)/$(LIBCUPS); \
|
/external/google-breakpad/src/build/ |
D | common.gypi | 1036 # settings in target dicts. SYMROOT is a special case, because many other 1042 # and therefore SYMROOT, needs to be set at the project level. 1043 'SYMROOT': '<(DEPTH)/xcodebuild',
|
/external/v8/gypfiles/ |
D | standalone.gypi | 1057 'SYMROOT': '<(DEPTH)/xcodebuild', 1077 'SYMROOT': '<(DEPTH)/xcodebuild',
|
/external/antlr/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
D | project.pbxproj | 3095 SYMROOT = Build; 3263 SYMROOT = /Users/acondit/Projects/Antlr/Build; 3430 SYMROOT = /Users/kroepke/Projects/Build; 4253 SYMROOT = Build; 4421 SYMROOT = /Users/acondit/Projects/Antlr/Build; 4588 SYMROOT = /Users/kroepke/Projects/Build; 5569 SYMROOT = /Users/acondit/Projects/Antlr/Build; 5760 SYMROOT = Build; 5927 SYMROOT = /Users/kroepke/Projects/Build;
|