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/libvpx/
configure
387
local
DIST_DIR
=vpx
390
DIST_DIR
="${
DIST_DIR
}-${cf}"
392
DIST_DIR
="${
DIST_DIR
}-${cf}cx"
394
DIST_DIR
="${
DIST_DIR
}-${cf}dx"
397
enabled debug_libs &&
DIST_DIR
="${
DIST_DIR
}-debug"
398
enabled codec_srcs &&
DIST_DIR
="${DIST_DIR}-src
[
all
...]
libs.mk
212
$(addprefix $(
DIST_DIR
)/,$(LIBVPX_SO_SYMLINKS)),\
213
$(
DIST_DIR
)/$(LIBSUBDIR)/$(LIBVPX_SO)))
/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
254
ifeq (,$(strip $(
DIST_DIR
)))
255
DIST_DIR
:= $(OUT_DIR)/dist
/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
231
$(
DIST_DIR
)/$(1): $(2)
299
.install-docs: .docs $(addprefix $(
DIST_DIR
)/,$(INSTALL-DOCS))
313
.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
Completed in 1106 milliseconds