Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dconfigure448 DIST_DIR=vpx
451 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 …]
Dlibs.mk301 $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\
/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/doclava/
Dbuild.gradle35 * 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()
/external/jsoncpp/
DSConstruct15 DIST_DIR = '#dist'
149 env['DIST_DIR'] = DIST_DIR
164 env['SRCDIST_TARGET'] = os.path.join( DIST_DIR, 'jsoncpp-src-%s.tar.gz' % env['JSONCPP_VERSION'] )