Lines Matching refs:host
149 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
151 host-path = $1
162 host-rm = \
166 host-rm = rm -f $1
177 host-rmdir = \
181 host-rmdir = rm -rf $1
192 host-mkdir = md $(subst /,\,"$1") >NUL 2>NUL || rem
194 host-mkdir = mkdir -p $1
206 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL
208 host-cp = cp -f $1 $2
221 host-install = copy /b/y $(subst /,\,"$1" "$2") > NUL
223 host-install = install -p $1 $2
236 host-c-includes = $(patsubst %,-I%,$(call host-path,$1))
238 host-c-includes = $(1:%=-I%)
267 @$$(call host-mkdir,$$@)
467 $$(hide) $$(call host-rm,$$@.tmp)
485 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archive
1386 $$(_OBJ): PRIVATE_DEPS := $$(call host-path,$$(_OBJ).d)
1395 $$(_OBJ): PRIVATE_CFLAGS := @$$(call host-path,$$(_OPTIONS_LISTFILE))
1403 …vert-deps,$$(PRIVATE_DEPS)) $$(PRIVATE_CFLAGS) $$(call host-path,$$(PRIVATE_SRC)) -o $$(call host-…
1495 $$(call host-c-includes,$$(LOCAL_C_INCLUDES) $$(LOCAL_PATH)) \
1498 $$(call host-c-includes,$$($(my)C_INCLUDES)) \
1542 $$(call host-c-includes, $$(LOCAL_C_INCLUDES) $$(LOCAL_PATH)) \
1549 $$(call host-c-includes,$$($(my)C_INCLUDES)) \