/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
configure | 449 local DIST_DIR=vpx 452 DIST_DIR="${DIST_DIR}-${cf}" 454 DIST_DIR="${DIST_DIR}-${cf}cx" 456 DIST_DIR="${DIST_DIR}-${cf}dx" 459 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug" 460 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src [all...] |
libs.mk | 319 $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
configure | 473 DIST_DIR=vpx 476 DIST_DIR="${DIST_DIR}-${cf}" 478 DIST_DIR="${DIST_DIR}-${cf}cx" 480 DIST_DIR="${DIST_DIR}-${cf}dx" 483 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug" 484 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src [all...] |
libs.mk | 323 $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\
|
/external/libvpx/libvpx/ |
configure | 449 local DIST_DIR=vpx 452 DIST_DIR="${DIST_DIR}-${cf}" 454 DIST_DIR="${DIST_DIR}-${cf}cx" 456 DIST_DIR="${DIST_DIR}-${cf}dx" 459 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug" 460 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src [all...] |
libs.mk | 319 $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\
|
/build/core/ |
distdir.mk | 18 # files from this build into DIST_DIR. 51 # and "dist" is specified, the marked files will be copied to DIST_DIR. 65 $(eval $(call add-dependency,$(1),$(DIST_DIR)/$(dst))),\ 67 $(src),$(DIST_DIR)/$(dst),$(1)))\
|
envsetup.mk | 390 ifeq (,$(strip $(DIST_DIR))) 391 DIST_DIR := $(OUT_DIR)/dist
|
Makefile | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
iosbuild.sh | 21 DIST_DIR="_dist" 36 # target using $DIST_DIR as the distribution output directory. 47 export DIST_DIR 147 target_dist_dir="${BUILD_ROOT}/${target}/${DIST_DIR}" 241 DIST_DIR=${DIST_DIR}
|
Makefile | 43 @if [ -d "$(DIST_DIR)/src" ]; then \ 44 mkdir -p "$(DIST_DIR)/build"; \ 45 cd "$(DIST_DIR)/build"; \ 50 @if [ -d "$(DIST_DIR)" ]; then \ 51 echo " [MD5SUM] $(DIST_DIR)"; \ 52 cd $(DIST_DIR) && \ 72 DIST_DIR?=dist 276 $(DIST_DIR)/$(1): $(2) 362 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS)) 376 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS) [all...] |
/build/tools/ |
check_builds.sh | 44 make -j16 PRODUCT-$1 dist DIST_DIR=$TEST_BUILD_DIR/$PREFIX-$1
|
/external/libvpx/libvpx/build/make/ |
Makefile | 41 @if [ -d "$(DIST_DIR)/src" ]; then \ 42 mkdir -p "$(DIST_DIR)/build"; \ 43 cd "$(DIST_DIR)/build"; \ 48 @if [ -d "$(DIST_DIR)" ]; then \ 49 echo " [MD5SUM] $(DIST_DIR)"; \ 50 cd $(DIST_DIR) && \ 72 DIST_DIR?=dist 257 $(DIST_DIR)/$(1): $(2) 340 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS)) 354 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS) [all...] |
/frameworks/base/tools/layoutlib/bridge/tests/ |
Android.mk | 37 # Copy the jar to DIST_DIR for sdk builds
|
/frameworks/base/tools/layoutlib/create/tests/ |
Android.mk | 31 # Copy the jar to DIST_DIR for sdk builds
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
Makefile | 41 @if [ -d "$(DIST_DIR)/src" ]; then \ 42 mkdir -p "$(DIST_DIR)/build"; \ 43 cd "$(DIST_DIR)/build"; \ 48 @if [ -d "$(DIST_DIR)" ]; then \ 49 echo " [MD5SUM] $(DIST_DIR)"; \ 50 cd $(DIST_DIR) && \ 72 DIST_DIR?=dist 257 $(DIST_DIR)/$(1): $(2) 340 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS)) 354 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS) [all...] |