Searched refs:DIST_DIR (Results 1 – 8 of 8) sorted by relevance
448 DIST_DIR=vpx451 DIST_DIR="${DIST_DIR}-${cf}"453 DIST_DIR="${DIST_DIR}-${cf}cx"455 DIST_DIR="${DIST_DIR}-${cf}dx"458 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug"459 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src"460 ! enabled postproc && ! enabled vp9_postproc && DIST_DIR="${DIST_DIR}-nopost"461 ! enabled multithread && DIST_DIR="${DIST_DIR}-nomt"462 ! enabled install_docs && DIST_DIR="${DIST_DIR}-nodocs"463 DIST_DIR="${DIST_DIR}-${tgt_isa}-${tgt_os}"[all …]
301 $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\
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))
35 * 2. The DIST_DIR is where you want to save things from the build.37 * The build server will copy the contents of DIST_DIR to somewhere and make it available.39 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {41 ext.distDir = file(System.env.DIST_DIR).getCanonicalFile()
15 DIST_DIR = '#dist'149 env['DIST_DIR'] = DIST_DIR164 env['SRCDIST_TARGET'] = os.path.join( DIST_DIR, 'jsoncpp-src-%s.tar.gz' % env['JSONCPP_VERSION'] )