Home | History | Annotate | Download | only in libvpx

Lines Matching refs:call

93     LIB_PATH := $(call enabled,LIB_PATH)
94 INC_PATH := $(call enabled,INC_PATH)
101 UTILS = $(call enabled,UTILS)
102 GEN_EXAMPLES = $(call enabled,GEN_EXAMPLES)
106 CODEC_EXTRA_LIBS=$(sort $(call enabled,CODEC_EXTRA_LIBS))
130 OBJS-$(NOT_MSVS) += $(if $(BUILD_OBJS),$(call objs,$(ALL_SRCS)))
138 $(if $(BUILD_OBJS),$(eval $(call linker_template,$(bin),\
139 $(call objs,$($(notdir $(bin)).SRCS)) \
142 $(if $(LIPO_OBJS),$(eval $(call lipo_bin_template,$(bin))))\
193 $(foreach proj,$(call enabled,PROJECTS),\
194 $(eval $(call vcproj_template,$(proj))))