Searched refs:SYMROOT (Results 1 - 10 of 10) sorted by relevance

/external/mdnsresponder/
H A DMakefile24 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target Build\ Some
27 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target SystemLibraries
30 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT)
38 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild installhdrs OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target SystemLibraries
/external/v8/tools/gyp/test/mac/
H A Dgyptest-global-settings.py30 SYMROOT='../build') variable
H A Dgyptest-action-envvars.py26 test.build('action/action.gyp', 'action', chdir=CHDIR, SYMROOT='../build')
/external/v8/tools/gyp/test/subdirectory/
H A Dgyptest-SYMROOT-all.py13 The configuration sets the Xcode SYMROOT variable and uses --depth=
26 # Suppress the test infrastructure's setting SYMROOT on the command line.
27 test.build('prog1.gyp', test.ALL, SYMROOT=None, chdir='relocate/src')
H A Dgyptest-SYMROOT-default.py13 The configuration sets the Xcode SYMROOT variable and uses --depth=
26 # Suppress the test infrastructure's setting SYMROOT on the command line.
27 test.build('prog1.gyp', SYMROOT=None, chdir='relocate/src')
/external/llvm/utils/buildit/
H A 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/libcxx/
H A DMakefile9 SYMROOT=. macro
50 ditto lib/libc++.1.dylib $(SYMROOT)/usr/lib/libc++.1.dylib
51 cd lib && dsymutil -o $(SYMROOT)/libc++.1.dylib.dSYM \
52 $(SYMROOT)/usr/lib/libc++.1.dylib
55 $(SYMROOT)/usr/lib/libc++.1.dylib
/external/compiler-rt/make/
H A DAppleBI.mk45 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_r
[all...]
/external/v8/tools/gyp/test/builddir/
H A Dgyptest-all.py47 # Suppress the test infrastructure's setting SYMROOT on the command line.
48 test.build('prog1.gyp', test.ALL, SYMROOT=None, chdir='relocate/src')
H A Dgyptest-default.py47 # Suppress the test infrastructure's setting SYMROOT on the command line.
48 test.build('prog1.gyp', SYMROOT=None, chdir='relocate/src')

Completed in 265 milliseconds