Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dconfigure435 DIST_DIR=vpx
438 DIST_DIR="${DIST_DIR}-${cf}"
440 DIST_DIR="${DIST_DIR}-${cf}cx"
442 DIST_DIR="${DIST_DIR}-${cf}dx"
445 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug"
446 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src"
447 ! enabled postproc && ! enabled vp9_postproc && DIST_DIR="${DIST_DIR}-nopost"
448 ! enabled multithread && DIST_DIR="${DIST_DIR}-nomt"
449 ! enabled install_docs && DIST_DIR="${DIST_DIR}-nodocs"
450 DIST_DIR="${DIST_DIR}-${tgt_isa}-${tgt_os}"
[all …]
Dlibs.mk314 $(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/libvpx/libvpx/build/make/
Diosbuild.sh25 DIST_DIR="_dist"
63 export DIST_DIR
198 target_dist_dir="${BUILD_ROOT}/${target}/${DIST_DIR}"
359 DIST_DIR=${DIST_DIR}
DMakefile54 cd $(DIST_DIR) && \
71 DIST_DIR?=dist macro
279 $(DIST_DIR)/$(1): $(2)
364 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS))
378 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS))
396 .install-libs: .libs $(addprefix $(DIST_DIR)/,$(INSTALL-LIBS))
411 .install-projects: .projects $(addprefix $(DIST_DIR)/,$(INSTALL-PROJECTS))
440 .install-srcs: $(addprefix $(DIST_DIR)/src/,$(INSTALL-SRCS))
/external/doclava/
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/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'] )