OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIST_DIR
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/
configure
356
local
DIST_DIR
=vpx
359
DIST_DIR
="${
DIST_DIR
}-${cf}"
361
DIST_DIR
="${
DIST_DIR
}-${cf}cx"
363
DIST_DIR
="${
DIST_DIR
}-${cf}dx"
366
enabled debug_libs &&
DIST_DIR
="${
DIST_DIR
}-debug"
367
enabled codec_srcs &&
DIST_DIR
="${DIST_DIR}-src
[
all
...]
libs.mk
201
$(addprefix $(
DIST_DIR
)/,$(LIBVPX_SO_SYMLINKS)):
/build/core/
distdir.mk
18
# files from this build into
DIST_DIR
.
46
# and "dist" is specified, the marked files will be copied to
DIST_DIR
.
62
$(
DIST_DIR
)/$(dst), \
envsetup.mk
244
ifeq (,$(strip $(
DIST_DIR
)))
245
DIST_DIR
:= $(OUT_DIR)/dist
/external/libvpx/build/make/
Makefile
39
@if [ -d "$(
DIST_DIR
)/src" ]; then \
40
mkdir -p "$(
DIST_DIR
)/build"; \
41
cd "$(
DIST_DIR
)/build"; \
46
@if [ -d "$(
DIST_DIR
)" ]; then \
47
echo " [MD5SUM] $(
DIST_DIR
)"; \
48
cd $(
DIST_DIR
) && \
69
DIST_DIR
?=dist
202
$(
DIST_DIR
)/$(1): $(2)
270
.install-docs: .docs $(addprefix $(
DIST_DIR
)/,$(INSTALL-DOCS))
284
.install-bins: .bins $(addprefix $(
DIST_DIR
)/,$(INSTALL-BINS)
[
all
...]
/build/tools/
check_builds.sh
44
make -j6 PRODUCT-$1 dist
DIST_DIR
=$TEST_BUILD_DIR/$PREFIX-$1
Completed in 86 milliseconds