Lines Matching full:objc_objects
1056 objc_objects := $(addprefix $(intermediates)/,$(objc_sources:.m=.o))
1057 $(call track-src-file-obj,$(objc_sources),$(objc_objects))
1059 ifneq ($(strip $(objc_objects)),)
1060 $(objc_objects): $(intermediates)/%.o: $(TOPDIR)$(LOCAL_PATH)/%.m \
1063 $(call include-depfiles-for-objs, $(objc_objects))
1204 $(objc_objects) \