HomeSort by relevance Sort by last modified time
    Searched refs:SYMROOT (Results 1 - 10 of 10) sorted by null

  /external/mdnsresponder/
Makefile 24 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/chromium_org/tools/gyp/test/subdirectory/
gyptest-SYMROOT-default.py 13 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')
gyptest-SYMROOT-all.py 13 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')
  /external/chromium_org/tools/gyp/test/mac/
gyptest-global-settings.py 23 SYMROOT='../build')
gyptest-action-envvars.py 20 test.build('action/action.gyp', 'action', chdir=CHDIR, SYMROOT='../build')
  /external/llvm/utils/buildit/
GNUmakefile 30 SYMROOT = $(OBJROOT)/../sym
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/compiler-rt/make/
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 \
71 $(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(filter-out armv4t,$(RC_ARCHS)), \
78 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \
79 $(SYMROOT)/libcompiler_rt-dyld.a \
80 $(SYMROOT)/libcompiler_rt.dylib
82 cp $(SYMROOT)/libcompiler_rt-static.a \
85 cp $(SYMROOT)/libcompiler_rt-dyld.a
    [all...]
  /external/chromium_org/tools/gyp/test/builddir/
gyptest-all.py 47 # Suppress the test infrastructure's setting SYMROOT on the command line.
48 test.build('prog1.gyp', test.ALL, SYMROOT=None, chdir='relocate/src')
gyptest-default.py 47 # Suppress the test infrastructure's setting SYMROOT on the command line.
48 test.build('prog1.gyp', SYMROOT=None, chdir='relocate/src')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 212 $baseProductDir = $1 if $baseProductDir =~ /SYMROOT\s*=\s*\"(.*?)\";/s;
246 @baseProductDirOption = ("SYMROOT=$baseProductDir", "OBJROOT=$baseProductDir");
    [all...]

Completed in 3188 milliseconds