Home
last modified time | relevance | path

Searched refs:DIST_DIR (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/
Dconfigure460 DIST_DIR=vpx
463 DIST_DIR="${DIST_DIR}-${cf}"
465 DIST_DIR="${DIST_DIR}-${cf}cx"
467 DIST_DIR="${DIST_DIR}-${cf}dx"
470 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug"
471 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src"
472 ! enabled postproc && ! enabled vp9_postproc && DIST_DIR="${DIST_DIR}-nopost"
473 ! enabled multithread && DIST_DIR="${DIST_DIR}-nomt"
474 ! enabled install_docs && DIST_DIR="${DIST_DIR}-nodocs"
475 DIST_DIR="${DIST_DIR}-${tgt_isa}-${tgt_os}"
[all …]
Dlibs.mk300 $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\
/external/kotlinx.coroutines/site/
Ddeploy.sh10 DIST_DIR="$BUILD_DIR/dist"
55 if [[ -f "$DIST_DIR/$match" ]] ; then
68 cp -r "$DIST_DIR"/* "$PAGES_DIR"
/external/jdiff/
Dbuild.gradle28 * 2. The DIST_DIR is where you want to save things from the build.
30 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
32 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {
34 ext.distDir = file(System.env.DIST_DIR).getCanonicalFile()
/external/libaom/libaom/build/cmake/
Diosbuild.sh24 DIST_DIR="_dist"
63 export DIST_DIR
199 target_dist_dir="${BUILD_ROOT}/${target}/${DIST_DIR}"
360 DIST_DIR=${DIST_DIR}
/external/libvpx/libvpx/build/make/
Diosbuild.sh25 DIST_DIR="_dist"
63 export DIST_DIR
199 target_dist_dir="${BUILD_ROOT}/${target}/${DIST_DIR}"
360 DIST_DIR=${DIST_DIR}
DMakefile54 cd $(DIST_DIR) && \
71 DIST_DIR?=dist macro
282 $(DIST_DIR)/$(1): $(2)
367 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS))
381 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS))
399 .install-libs: .libs $(addprefix $(DIST_DIR)/,$(INSTALL-LIBS))
414 .install-projects: .projects $(addprefix $(DIST_DIR)/,$(INSTALL-PROJECTS))
443 .install-srcs: $(addprefix $(DIST_DIR)/src/,$(INSTALL-SRCS))
/external/dokka/
Dbusytown.gradle1 def destDir = (System.getenv("DIST_DIR") == null) ? file("dist") : file(System.getenv("DIST_DIR"))