OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_PFX
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/
libs.mk
94
CODEC_SRCS-$(BUILD_LIBVPX) += $(
BUILD_PFX
)vpx_config.c
95
INSTALL-SRCS-no += $(
BUILD_PFX
)vpx_config.c
103
CODEC_SRCS-$(ARCH_ARM) += $(
BUILD_PFX
)vpx_config.asm
180
LIBS-$(BUILD_LIBVPX) += $(
BUILD_PFX
)libvpx.a $(
BUILD_PFX
)libvpx_g.a
181
$(
BUILD_PFX
)libvpx_g.a: $(LIBVPX_OBJS)
185
LIBS-$(BUILD_LIBVPX_SO) += $(
BUILD_PFX
)$(LIBVPX_SO)
186
$(
BUILD_PFX
)$(LIBVPX_SO): $(LIBVPX_OBJS) libvpx.ver
187
$(
BUILD_PFX
)$(LIBVPX_SO): extralibs += -lm -pthread
188
$(
BUILD_PFX
)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR
[
all
...]
configure
335
enabled universal || write_common_target_config_h ${
BUILD_PFX
}vpx_config.h
344
BUILD_PFX
=${arch}/ toolchain=${arch} $self --child $cmdline_args || exit $?
416
write_common_target_config_mk $tgt_fn ${
BUILD_PFX
}vpx_config.h
556
cat <<EOF > ${
BUILD_PFX
}vpx_config.c
examples.mk
119
LIB_PATH-yes += $(if $(
BUILD_PFX
),$(
BUILD_PFX
),.)
160
BINS-$(NOT_MSVS) += $(addprefix $(
BUILD_PFX
),$(ALL_EXAMPLES:.c=))
/external/libvpx/build/make/
Makefile
67
CFLAGS+=-I$(
BUILD_PFX
)$(BUILD_ROOT) -I$(SRC_PATH)
68
ASFLAGS+=-I$(
BUILD_PFX
)$(BUILD_ROOT)/ -I$(SRC_PATH)/
98
$(
BUILD_PFX
)%.c.d: %.c
103
$(
BUILD_PFX
)%.c.o: %.c
107
$(
BUILD_PFX
)%.asm.d: %.asm
111
--build-pfx=$(
BUILD_PFX
) --depfile=$@ $(ASFLAGS) $< > $@
113
$(
BUILD_PFX
)%.asm.o: %.asm
117
$(
BUILD_PFX
)%.s.d: %.s
121
--build-pfx=$(
BUILD_PFX
) --depfile=$@ $(ASFLAGS) $< > $@
123
$(
BUILD_PFX
)%.s.o: %.
[
all
...]
configure.sh
375
BUILD_PFX
=${
BUILD_PFX
}
Completed in 667 milliseconds