Searched refs:DIST_DIR (Results 1 – 8 of 8) sorted by relevance
460 DIST_DIR=vpx463 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 …]
300 $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\
10 DIST_DIR="$BUILD_DIR/dist"55 if [[ -f "$DIST_DIR/$match" ]] ; then68 cp -r "$DIST_DIR"/* "$PAGES_DIR"
28 * 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()
24 DIST_DIR="_dist"63 export DIST_DIR199 target_dist_dir="${BUILD_ROOT}/${target}/${DIST_DIR}"360 DIST_DIR=${DIST_DIR}
25 DIST_DIR="_dist"63 export DIST_DIR199 target_dist_dir="${BUILD_ROOT}/${target}/${DIST_DIR}"360 DIST_DIR=${DIST_DIR}
54 cd $(DIST_DIR) && \71 DIST_DIR?=dist macro282 $(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))
1 def destDir = (System.getenv("DIST_DIR") == null) ? file("dist") : file(System.getenv("DIST_DIR"))