HomeSort by relevance Sort by last modified time
    Searched refs:BUILDDIR (Results 26 - 39 of 39) sorted by null

12

  /build/soong/scripts/
microfactory.bash 59 BUILDDIR=$(getoutdir) \
  /external/icu/icu4c/source/data/
Makefile.in 84 BUILDDIR=$(MAINBUILDDIR)/$(ICUDATA_PLATFORM_NAME)
88 CURRBLDDIR=$(BUILDDIR)/curr
90 LANGBLDDIR=$(BUILDDIR)/lang
92 REGIONBLDDIR=$(BUILDDIR)/region
94 ZONEBLDDIR=$(BUILDDIR)/zone
96 UNITBLDDIR=$(BUILDDIR)/unit
98 COLBLDDIR=$(BUILDDIR)/coll
100 RBNFBLDDIR=$(BUILDDIR)/rbnf
102 TRANSLITBLDDIR=$(BUILDDIR)/translit
105 BRKBLDDIR=$(BUILDDIR)/brkit
    [all...]
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 22 BUILDDIR=$ANDROIDBUILDDIR
23 BASEDIR=$BUILDDIR/third_party
92 python3 ../scripts/update_deps.py --no-build --dir $BASEDIR --known_good_dir $BUILDDIR
  /external/capstone/bindings/java/
Makefile 4 ifndef BUILDDIR
8 BLDIR = $(abspath $(BUILDDIR))/bindings/java
9 OBJDIR = $(abspath $(BUILDDIR))/obj/bindings/java
36 ifdef BUILDDIR
58 ifdef BUILDDIR
  /external/python/cpython2/Doc/
make.bat 42 if "%BUILDDIR%" EQU "" set BUILDDIR=build
50 rmdir /q /s "%BUILDDIR%"
99 if not exist "%BUILDDIR%" mkdir "%BUILDDIR%"
103 cmd /S /C "%SPHINXBUILD% %SPHINXOPTS% -b%1 -dbuild\doctrees . "%BUILDDIR%\%1" %2 %3 %4 %5 %6 %7 %8 %9"
106 "%HTMLHELP%" "%BUILDDIR%\htmlhelp\python%DISTVERSION:.=%.hhp"
114 echo.above. Any output will be found in %BUILDDIR%\%1
116 echo.Build succeeded. All output should be in %BUILDDIR%\%1
126 if EXIST "%BUILDDIR%\html\index.html" (
    [all...]
  /external/python/cpython3/Doc/
make.bat 59 if "%BUILDDIR%" EQU "" set BUILDDIR=build
67 rmdir /q /s "%BUILDDIR%"
116 if not exist "%BUILDDIR%" mkdir "%BUILDDIR%"
119 if not defined PY_MISC_NEWS_DIR set PY_MISC_NEWS_DIR=%BUILDDIR%\%1
140 cmd /S /C "%SPHINXBUILD% %SPHINXOPTS% -b%1 -dbuild\doctrees . "%BUILDDIR%\%1" %2 %3 %4 %5 %6 %7 %8 %9"
143 "%HTMLHELP%" "%BUILDDIR%\htmlhelp\python%DISTVERSION:.=%.hhp"
151 echo.above. Any output will be found in %BUILDDIR%\%1
153 echo.Build succeeded. All output should be in %BUILDDIR%\%1
    [all...]
  /external/capstone/tests/
Makefile 11 ifndef BUILDDIR
16 TESTDIR = $(BUILDDIR)/tests
17 OBJDIR = $(BUILDDIR)/obj/tests
18 LIBDIR = $(BUILDDIR)
  /external/icu/icu4c/source/tools/genren/
Makefile 17 BUILDDIR = $(top_builddir)
32 include $(BUILDDIR)/icudefs.mk
  /external/libjpeg-turbo/release/
makemacpkg.in 164 BUILDDIR=$1
169 if [ ! -d $BUILDDIR ]; then
170 echo ERROR: $ARCHNAME build directory $BUILDDIR does not exist
173 if [ ! -f $BUILDDIR/Makefile ]; then
174 echo ERROR: $ARCHNAME build directory $BUILDDIR is not configured
178 pushd $BUILDDIR
  /external/capstone/
Makefile 61 ifndef BUILDDIR
65 BLDIR = $(abspath $(BUILDDIR))
331 ifndef BUILDDIR
334 cd tests && $(MAKE) BUILDDIR=$(BLDIR)
409 ifdef BUILDDIR
410 rm -rf $(BUILDDIR)
  /build/soong/ui/build/
soong.go 40 cmd.Environment.Set("BUILDDIR", config.SoongOutDir())
  /external/openssh/regress/
test-exec.sh 278 egrep "^#define.*($str)" ${BUILDDIR}/config.h >/dev/null 2>&1
  /build/blueprint/bootstrap/
bootstrap.go 112 Command: "BUILDDIR=$buildDir $bootstrapCmd -i $in",
127 Command: "$builder $extra -b $buildDir -n $ninjaBuildDir -d $out.d -globFile $globFile -o $out $in",
155 bootstrapDir = filepath.Join("$buildDir", bootstrapSubDir)
156 miniBootstrapDir = filepath.Join("$buildDir", miniBootstrapSubDir)
169 return filepath.Join(BuildDir, bootstrapSubDir, "bin")
176 return filepath.Join(BuildDir, "bin")
689 mainNinjaFile := filepath.Join("$buildDir", "build.ninja")
690 primaryBuilderNinjaGlobFile := filepath.Join(BuildDir, bootstrapSubDir, "build-globs.ninja")
718 finalMinibp := filepath.Join("$buildDir", "bin", primaryBuilderName
    [all...]
  /external/grpc-grpc/
Makefile 39 ifndef BUILDDIR
42 BUILDDIR_ABSOLUTE = $(abspath $(BUILDDIR))
    [all...]

Completed in 866 milliseconds

12