/external/e2fsprogs/debian/attic/libs/ |
D | rules | 27 builddir = $(topdir)/builddir 46 make -C $(builddir) 47 make -C $(builddir)/misc findsuper 54 mkdir -p $(builddir) 55 cd $(builddir) && CFLAGS="$(CFLAGS)" \ 63 -make -C $(builddir) -i distclean 64 rm -rf $(builddir) 78 make -C $(builddir) install DESTDIR=$(maindir) 79 install -m 755 $(builddir)/misc/findsuper $(maindir)/sbin 81 make -C $(builddir) install-libs DESTDIR=$(maindir) [all …]
|
/external/e2fsprogs/contrib/ |
D | build-rpm | 14 builddir=${pkgname}-${pkgvers} 27 cp -sR `pwd`/$currdir $tmpdir/$builddir || exit 1 30 [ -f $tmpdir/$builddir/Makefile ] && make -C $tmpdir/$builddir distclean 33 (cd $tmpdir && tar czfh ${builddir}.tar.gz $EXCLUDE $builddir)
|
/external/opencv3/platforms/osx/ |
D | build_framework.py | 33 builddir = os.path.join(buildroot, target + '-' + arch) 34 if not os.path.isdir(builddir): 35 os.makedirs(builddir) 37 os.chdir(builddir) 57 if os.path.isfile(os.path.join(builddir, "CMakeCache.txt")): 62 for wlib in [builddir + "/modules/world/UninstalledProducts/libopencv_world.a", 63 builddir + "/lib/Release/libopencv_world.a"]:
|
/external/opencv3/platforms/ios/ |
D | build_framework.py | 46 builddir = os.path.join(buildroot, target + '-' + arch) 47 if not os.path.isdir(builddir): 48 os.makedirs(builddir) 50 os.chdir(builddir) 71 if os.path.isfile(os.path.join(builddir, "CMakeCache.txt")): 76 for wlib in [builddir + "/modules/world/UninstalledProducts/" + libname, 77 builddir + "/lib/Release/" + libname]:
|
/external/bison/build-aux/ |
D | gnu-web-doc-update | 41 -C, --builddir=DIR location of (configured) Makefile (default: .) 108 builddir=. 123 -C|--builddir) shift; builddir=$1; shift ;; 134 pkg=$(sed -n 's/^PACKAGE = \(.*\)/\1/p' $builddir/Makefile) \ 159 cd "$builddir" 170 $RSYNC -avP "$builddir"/doc/manual/ $tmp/$pkg/manual
|
/external/autotest/client/profilers/ftrace/ |
D | ftrace.py | 51 utils.make("prefix='%s'" % self.builddir) 52 utils.make("prefix='%s' install" % self.builddir) 77 self.builddir = os.path.join(self.bindir, 'build') 78 if not os.path.isdir(self.builddir): 79 os.makedirs(self.builddir) 80 self.trace_cmd = os.path.join(self.builddir, 'bin', 'trace-cmd')
|
/external/llvm/utils/ |
D | llvm-compilers-check | 265 self.build_prefix = options.builddir 461 + builddir) 465 builddir = self.build_prefix + "/" + comp + "/" + build_suffix 476 self.logger.info("Configuring " + component + " in " + builddir) 477 configrc = self.configure(component, srcdir, builddir, 485 self.logger.info("Building " + component + " in " + builddir) 487 buildrc = self.make(component, srcdir, builddir, 495 self.logger.info("Testing " + component + " in " + builddir) 498 testrc = self.make(component, srcdir, builddir, 508 self.make(component, srcdir, builddir, [all …]
|
/external/autotest/server/ |
D | git.py | 29 def install(self, host, builddir=None): argument 39 if builddir: 40 self._build = builddir
|
D | git_kernel.py | 78 def install(self, host, build=True, builddir=None, revision=None): argument 95 if not builddir: 100 self._build = builddir
|
/external/harfbuzz_ng/test/shaping/ |
D | run-tests.sh | 4 test "x$builddir" = x && builddir=.
|
D | Makefile.am | 75 builddir="$(builddir)"; \ 76 export builddir; \
|
/external/pcre/dist/ |
D | RunGrepTest | 20 builddir=`pwd` 21 pcregrep=$builddir/pcregrep 122 (cd $srcdir; $valgrind $pcregrep -f./testdata/greplist -f $builddir/testtemp1grep ./testdata/grepin… 412 (cd $srcdir; $valgrind $pcregrep --file-list ./testdata/grepfilelist --file-list $builddir/testtemp… 466 (cd $srcdir; $valgrind $pcregrep -L -r --include=grepinput --exclude-from $builddir/testtemp1grep -… 472 …pcregrep -L -r --exclude=grepinput3 --include=grepinput --exclude-from $builddir/testtemp1grep --e… 478 … $pcregrep -L -r --include grepinput --exclude-from $builddir/testtemp1grep --exclude-from=$buildd… 512 (cd $srcdir; $valgrind $pcregrep --line-offsets '(?<=\Ka)' $builddir/testtemp1grep) >>testtrygrep …
|
/external/v8/tools/ |
D | mingw-generate-makefiles.sh | 65 return '\$(builddir)%slib.%s%s%s' % (sep, self.toolset, sep, self.alias) 66 return '\$(builddir)' + sep + self.alias
|
/external/curl/packages/Linux/RPM/ |
D | curl.spec.in | 6 %define builddir $RPM_BUILD_DIR/%{name}-%{version} 39 rm -rf %{builddir} 53 rm -rf %{builddir}
|
/external/autotest/server/samples/ |
D | kvm_from_git.srv | 24 kvm_repo.install(remote_host, builddir=kvm_build) 29 kvmuser_repo.install(remote_host, builddir=kvm_build)
|
/external/harfbuzz_ng/src/ |
D | Makefile.am | 238 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-arabic-table.hh \ 242 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-indic-table.cc \ 246 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-use-table.cc \
|
/external/v8/ |
D | Makefile.android | 62 builddir="$(shell pwd)/$(OUTDIR)/$@"
|
D | Makefile.nacl | 84 builddir="$(shell pwd)/$(OUTDIR)/$@"
|
D | Makefile | 295 builddir="$(abspath $(OUTDIR))/$(BUILDTYPE)" 309 builddir="$(shell pwd)/$(OUTDIR)/$@" 314 builddir="$(shell pwd)/$(OUTDIR)/$@"
|
/external/icu/icu4c/source/config/ |
D | dist.mk | 57 $(MAKE) -C . srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" builddir=. $@
|
/external/iptables/extensions/ |
D | GNUmakefile.in | 4 builddir = @builddir@ macro
|
/external/netperf/src/missing/m4/ |
D | Makefile.in | 113 builddir = @builddir@
|
/external/netperf/doc/examples/ |
D | Makefile.in | 113 builddir = @builddir@
|
/external/libvorbis/m4/ |
D | Makefile.in | 148 builddir = @builddir@
|
/external/ipsec-tools/src/include-glibc/ |
D | Makefile.in | 140 builddir = @builddir@
|