Home | History | Annotate | Download | only in libvpx

Lines Matching refs:LIBS

14 CODEC_SRCS-yes += libs.mk
32 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8e.h include/vpx/vp8cx.h
44 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8dx.h
102 INSTALL-LIBS-yes += include/vpx/vpx_codec.h
103 INSTALL-LIBS-yes += include/vpx/vpx_image.h
104 INSTALL-LIBS-yes += include/vpx/vpx_integer.h
105 INSTALL-LIBS-yes += include/vpx/vpx_codec_impl_top.h
106 INSTALL-LIBS-yes += include/vpx/vpx_codec_impl_bottom.h
107 INSTALL-LIBS-$(CONFIG_DECODERS) += include/vpx/vpx_decoder.h
108 INSTALL-LIBS-$(CONFIG_DECODERS) += include/vpx/vpx_decoder_compat.h
109 INSTALL-LIBS-$(CONFIG_ENCODERS) += include/vpx/vpx_encoder.h
112 INSTALL-LIBS-yes += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/$(CODEC_LIB).lib)
113 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/$(CODEC_LIB)d.lib)
114 INSTALL-LIBS-$(CONFIG_SHARED) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/vpx.dll)
115 INSTALL-LIBS-$(CONFIG_SHARED) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/vpx.exp)
118 INSTALL-LIBS-yes += $(LIBSUBDIR)/libvpx.a
119 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(LIBSUBDIR)/libvpx_g.a
179 LIBS-$(BUILD_LIBVPX) += $(BUILD_PFX)libvpx.a $(BUILD_PFX)libvpx_g.a
184 LIBS-$(BUILD_LIBVPX_SO) += $(BUILD_PFX)$(LIBVPX_SO)
204 INSTALL-LIBS-$(CONFIG_SHARED) += $(LIBVPX_SO_SYMLINKS)
205 INSTALL-LIBS-$(CONFIG_SHARED) += $(LIBSUBDIR)/$(LIBVPX_SO)
208 LIBS-$(LIPO_LIBVPX) += libvpx.a
245 CLEAN-OBJS += libs.doxy
246 DOCS-yes += libs.doxy
247 libs.doxy: $(CODEC_DOC_SRCS)