Lines Matching refs:BUILD_PFX
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)
189 $(BUILD_PFX)$(LIBVPX_SO): SO_VERSION_SCRIPT = libvpx.ver
237 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
243 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
248 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
254 $(filter %.s.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
255 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
267 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)asm_com_offsets.asm
277 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)asm_enc_offsets.asm
288 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)asm_dec_offsets.asm
293 $(shell $(SRC_PATH_BARE)/build/make/version.sh "$(SRC_PATH_BARE)" $(BUILD_PFX)vpx_version.h)
294 CLEAN-OBJS += $(BUILD_PFX)vpx_version.h