HomeSort by relevance Sort by last modified time
    Searched full:tooldir (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/utils/llvm-lit/
Makefile 14 all:: $(ToolDir)/llvm-lit
16 $(ToolDir)/llvm-lit: llvm-lit.in Makefile $(ToolDir)/.dir
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-view/
Makefile 18 InstallTargets := $(ToolDir)/scan-view \
29 $(ToolDir)/%: bin/% Makefile $(ToolDir)/.dir
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-view/
Makefile 18 InstallTargets := $(ToolDir)/scan-view \
29 $(ToolDir)/%: bin/% Makefile $(ToolDir)/.dir
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/
Makefile 22 InstallTargets := $(ToolDir)/scan-build$(Suffix) \
30 InstallTargets := $(InstallTargets) $(ToolDir)/set-xcode-analyzer
36 $(ToolDir)/%: bin/% Makefile $(ToolDir)/.dir
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-build/
Makefile 22 InstallTargets := $(ToolDir)/scan-build$(Suffix) \
30 InstallTargets := $(InstallTargets) $(ToolDir)/set-xcode-analyzer
36 $(ToolDir)/%: bin/% Makefile $(ToolDir)/.dir
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
Makefile 22 $(Verb) $(ToolDir)/llvm-ar zRrS nada.a .
23 $(Verb) $(ToolDir)/llvm-ar tv nada.a | \
  /toolchain/binutils/binutils-2.25/gold/
Makefile.am 24 tooldir = $(exec_prefix)/$(target_alias)
34 -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
35 -DTOOLLIBDIR="\"$(tooldir)/lib\"" @INCINTL@
216 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
220 if test "$(bindir)" != "$(tooldir)/bin"; then \
221 rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
222 ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/null 2>/dev/null \
223 || $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
230 if test "$(bindir)" != "$(tooldir)/bin"; then \
231 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
tool.go 37 toolDir = build.ToolDir
49 toolPath := filepath.Join(toolDir, toolName)
128 f, err := os.Open(toolDir)
env.go 46 {"GOTOOLDIR", toolDir},
  /prebuilts/go/linux-x86/src/cmd/go/
tool.go 37 toolDir = build.ToolDir
49 toolPath := filepath.Join(toolDir, toolName)
128 f, err := os.Open(toolDir)
env.go 46 {"GOTOOLDIR", toolDir},
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
Makefile 97 $(ToolDir)/llvm-config: llvm-config.in $(FinalLibDeps)
116 $(ToolDir)/llvm-config:
123 all-local:: $(ToolDir)/llvm-config
125 $(Verb) $(RM) -f $(ToolDir)/llvm-config llvm-config.in $(FinalLibDeps) \
130 $(Verb) $(ScriptInstall) $(ToolDir)/llvm-config $(DESTDIR)$(PROJ_bindir)
  /toolchain/binutils/binutils-2.25/etc/
Makefile.in 15 tooldir = $(libdir)
  /external/swiftshader/third_party/LLVM/tools/llvm-shlib/
Makefile 115 $(Verb) $(AR) rc $(ToolDir)/libstdc++.dll.a
119 $(Verb) $(RM) -f $(ToolDir)/libstdc++.dll.a
  /external/swiftshader/third_party/LLVM/test/
Makefile 144 @echo 'set llvmtoolsdir "$(ToolDir)"' >>site.tmp
184 @$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> lit.tmp
196 @$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> unit.tmp
  /toolchain/binutils/binutils-2.25/gas/
Makefile.am 25 tooldir = $(exec_prefix)/$(target_alias)
597 .PHONY: install-exec-bindir install-exec-tooldir
610 install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
611 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
613 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
614 rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
615 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
616 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 36 tooldir string
237 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch)
430 xremoveall(tooldir)
432 xmkdirall(tooldir)
567 link = []string{pathf("%s/link", tooldir), "-o", pathf("%s/%s%s", tooldir, elem, exe)}
704 compile := []string{pathf("%s/compile", tooldir), "-pack", "-o", b, "-p", pkg}
724 pathf("%s/asm", tooldir),
939 xremoveall(tooldir)
991 xprintf(format, "GOTOOLDIR", tooldir)
35 tooldir string var
    [all...]
buildtool.go 155 copyfile(pathf("%s/%s%s", tooldir, name, exe), pathf("%s/bin/%s%s", workspace, name, exe), writeExec)
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 36 tooldir string
237 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch)
430 xremoveall(tooldir)
432 xmkdirall(tooldir)
567 link = []string{pathf("%s/link", tooldir), "-o", pathf("%s/%s%s", tooldir, elem, exe)}
704 compile := []string{pathf("%s/compile", tooldir), "-pack", "-o", b, "-p", pkg}
724 pathf("%s/asm", tooldir),
939 xremoveall(tooldir)
991 xprintf(format, "GOTOOLDIR", tooldir)
35 tooldir string var
    [all...]
buildtool.go 155 copyfile(pathf("%s/%s%s", tooldir, name, exe), pathf("%s/bin/%s%s", workspace, name, exe), writeExec)
  /toolchain/binutils/binutils-2.25/binutils/
Makefile.am 25 tooldir = $(exec_prefix)/$(target_alias)
99 # Stuff that goes in tooldir/ if appropriate.
534 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
539 if [ "$(bindir)/$$k" != "$(tooldir)/bin/$$j" ]; then \
540 rm -f $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
541 ln $(DESTDIR)$(bindir)/$$k$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
542 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
  /toolchain/binutils/binutils-2.25/ld/
Makefile.am 26 tooldir = $(exec_prefix)/$(target_alias)
57 scriptdir = $(tooldir)/lib
577 -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \
587 -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \
595 -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \
604 -DTOOLBINDIR='"$(tooldir)/bin"' \
    [all...]
  /external/icu/icu4c/source/test/testdata/
Makefile.in 85 TOOLDIR=$(cross_buildroot)/tools
94 GENTEST=$(TOOLDIR)/gentest/gentest$(TOOLEXEEXT)
  /build/soong/java/
builder.go 89 pctx.StaticVariable("jarCmd", filepath.Join("${bootstrap.ToolDir}", "soong_zip"))
  /build/blueprint/bootstrap/
bootstrap.go 123 toolDir = pctx.VariableFunc("ToolDir", func(config interface{}) (string, error) {
387 return "$ToolDir"

Completed in 1320 milliseconds

1 2 3