HomeSort by relevance Sort by last modified time
    Searched refs:DIST_DIR (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/
configure 433 local DIST_DIR=vpx
436 DIST_DIR="${DIST_DIR}-${cf}"
438 DIST_DIR="${DIST_DIR}-${cf}cx"
440 DIST_DIR="${DIST_DIR}-${cf}dx"
443 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug"
444 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src
    [all...]
libs.mk 312 $(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 256 ifeq (,$(strip $(DIST_DIR)))
257 DIST_DIR := $(OUT_DIR)/dist
  /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
247 $(DIST_DIR)/$(1): $(2)
330 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS))
344 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS)
    [all...]

Completed in 3236 milliseconds