Lines Matching refs:intermediates
497 ## The intermediates directory. Where object files go for
507 # $(4): if non-empty, force the intermediates to be COMMON
508 # $(5): if non-empty, force the intermediates to be for the 2nd arch
509 # $(6): if non-empty, force the intermediates to be for the host cross os
510 define intermediates-dir-for
514 $(error $(LOCAL_PATH): Class not defined in call to intermediates-dir-for)) \
517 $(error $(LOCAL_PATH): Name not defined in call to intermediates-dir-for)) \
532 # to determine the intermediates directory.
534 # $(1): if non-empty, force the intermediates to be COMMON
535 # $(2): if non-empty, force the intermediates to be for the 2nd arch
536 # $(3): if non-empty, force the intermediates to be for the host cross os
537 define local-intermediates-dir
540 $(error $(LOCAL_PATH): LOCAL_MODULE_CLASS not defined before call to local-intermediates-dir)) \
542 $(error $(LOCAL_PATH): LOCAL_MODULE not defined before call to local-intermediates-dir)) \
543 $(call intermediates-dir-for,$(LOCAL_MODULE_CLASS),$(LOCAL_MODULE),$(LOCAL_IS_HOST_MODULE),$(1),$(2),$(3)) \
549 ## source files directly in the intermediates directory
551 ## two intermediates directories for a single target. Put
553 ## each intermediates directory automatically.
581 # $(1): if non-empty, force the intermediates to be COMMON
669 $(call intermediates-dir-for, \
1420 o := $(intermediates)/$(patsubst %$(LOCAL_CPP_EXTENSION),%.o,$(subst ../,$(DOTDOT_REPLACEMENT),$(1)))
1433 o := $(intermediates)/$(patsubst %.c,%.o,$(subst ../,$(DOTDOT_REPLACEMENT),$(1)))
1446 o := $(intermediates)/$(patsubst %.S,%.o,$(subst ../,$(DOTDOT_REPLACEMENT),$(1)))
1459 o := $(intermediates)/$(patsubst %.s,%.o,$(subst ../,$(DOTDOT_REPLACEMENT),$(1)))