Home | History | Annotate | Download | only in libvpx

Lines Matching refs:BUILD_PFX

26 $$(BUILD_PFX)$(1): $$(BUILD_PFX)$(2).S
29 $$(BUILD_PFX)$(2).S: $(2)
30 CLEAN-OBJS += $$(BUILD_PFX)$(1) $(2).S
35 $$(BUILD_PFX)$(1): obj_int_extract
36 $$(BUILD_PFX)$(1): $$(BUILD_PFX)$(2).o
39 OBJS-yes += $$(BUILD_PFX)$(2).o
40 CLEAN-OBJS += $$(BUILD_PFX)$(1)
41 $$(filter %$$(ASM).o,$$(OBJS-yes)): $$(BUILD_PFX)$(1)
50 $$(BUILD_PFX)$(1).h: $$(SRC_PATH_BARE)/$(2)
56 CLEAN-OBJS += $$(BUILD_PFX)$(1).h
57 RTCD += $$(BUILD_PFX)$(1).h
170 CODEC_SRCS-$(BUILD_LIBVPX) += $(BUILD_PFX)vpx_config.c
171 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
269 LIBS-$(if $(BUILD_LIBVPX),$(CONFIG_STATIC)) += $(BUILD_PFX)libvpx.a $(BUILD_PFX)libvpx_g.a
270 $(BUILD_PFX)libvpx_g.a: $(LIBVPX_OBJS)
289 LIBS-$(BUILD_LIBVPX_SO) += $(BUILD_PFX)$(LIBVPX_SO)\
291 $(BUILD_PFX)$(LIBVPX_SO): $(LIBVPX_OBJS) $(EXPORT_FILE)
292 $(BUILD_PFX)$(LIBVPX_SO): extralibs += -lm
293 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR)
294 $(BUILD_PFX)$(LIBVPX_SO): EXPORTS_FILE = $(EXPORT_FILE)
316 $(addprefix $(BUILD_PFX),$(notdir $(LIBVPX_SO_SYMLINKS))),\
317 $(BUILD_PFX)$(LIBVPX_SO)))
361 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
367 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
372 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
378 $(filter %.s.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
379 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
382 $(shell $(SRC_PATH_BARE)/build/make/version.sh "$(SRC_PATH_BARE)" $(BUILD_PFX)vpx_version.h)
383 CLEAN-OBJS += $(BUILD_PFX)vpx_version.h
471 LIBS-$(BUILD_LIBVPX) += $(BUILD_PFX)libgtest.a $(BUILD_PFX)libgtest_g.a
472 $(BUILD_PFX)libgtest_g.a: $(GTEST_OBJS)