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/libvpx/
libs.mk
94
CODEC_SRCS-$(BUILD_LIBVPX) += $(
BUILD_PFX
)vpx_config.c
95
INSTALL-SRCS-no += $(
BUILD_PFX
)vpx_config.c
180
LIBS-$(if $(BUILD_LIBVPX),$(CONFIG_STATIC)) += $(
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)\
187
$(
BUILD_PFX
)$(LIBVPX_SO): $(LIBVPX_OBJS) libvpx.ver
188
$(
BUILD_PFX
)$(LIBVPX_SO): extralibs += -lm
189
$(
BUILD_PFX
)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR)
190
$(
BUILD_PFX
)$(LIBVPX_SO): SO_VERSION_SCRIPT = libvpx.ve
[
all
...]
configure
366
enabled universal || write_common_target_config_h ${
BUILD_PFX
}vpx_config.h
375
BUILD_PFX
=${arch}/ toolchain=${arch} $self --child $cmdline_args || exit $?
447
write_common_target_config_mk $tgt_fn ${
BUILD_PFX
}vpx_config.h
621
print_webm_license ${
BUILD_PFX
}vpx_config.c "/*" " */"
622
cat <<EOF >> ${
BUILD_PFX
}vpx_config.c
examples.mk
136
LIB_PATH-yes += $(if $(
BUILD_PFX
),$(
BUILD_PFX
),.)
177
BINS-$(NOT_MSVS) += $(addprefix $(
BUILD_PFX
),$(ALL_EXAMPLES:.c=$(EXE_SFX)))
/external/libvpx/libvpx/build/make/
Makefile
69
CFLAGS+=-I$(
BUILD_PFX
)$(BUILD_ROOT) -I$(SRC_PATH)
70
CXXFLAGS+=-I$(
BUILD_PFX
)$(BUILD_ROOT) -I$(SRC_PATH)
71
ASFLAGS+=-I$(
BUILD_PFX
)$(BUILD_ROOT)/ -I$(SRC_PATH)/
106
$(
BUILD_PFX
)%.c.d: %.c
111
$(
BUILD_PFX
)%.c.o: %.c
115
$(
BUILD_PFX
)%.cc.d: %.cc
120
$(
BUILD_PFX
)%.cc.o: %.cc
124
$(
BUILD_PFX
)%.asm.d: %.asm
128
--build-pfx=$(
BUILD_PFX
) --depfile=$@ $(ASFLAGS) $< > $@
130
$(
BUILD_PFX
)%.asm.o: %.as
[
all
...]
configure.sh
414
BUILD_PFX
=${
BUILD_PFX
}
[
all
...]
Completed in 221 milliseconds