Lines Matching refs:call
31 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
130 host-echo-build-step = @ $(HOST_ECHO) [$1] $(call left-justify-quoted-15,$2):
142 host-c-includes = $(patsubst %,-I%,$(call host-path,$1))
189 host-path-is-absolute = $(call windows-path-is-absolute,$1)
195 $(call test-expect,,$(call host-path-is-absolute,foo))\
196 $(call test-expect,,$(call host-path-is-absolute,foo/bar))\
197 $(call test-expect,,$(call host-path-is-absolute,.))\
198 $(call test-expect,,$(call host-path-is-absolute,..))
201 $(call test-expect,true,$(call host-path-is-absolute,/))\
202 $(call test-expect,true,$(call host-path-is-absolute,/foo))\
203 $(call test-expect,true,$(call host-path-is-absolute,/foo/bar))\
204 $(call test-expect,true,$(call host-path-is-absolute,//foo))\
205 $(call test-expect,true,$(call host-path-is-absolute,/.))
208 $(call test-expect,$(call windows-path-is-absolute,foo))\
209 $(call test-expect,$(call windows-path-is-absolute,foo/bar))\
210 $(call test-expect,$(call windows-path-is-absolute,.))\
211 $(call test-expect,$(call windows-path-is-absolute,..))
214 $(call test-expect,true,$(call windows-path-is-absolute,c:/))\
215 $(call test-expect,true,$(call windows-path-is-absolute,x:))\
216 $(call test-expect,true,$(call windows-path-is-absolute,K:foo))\
217 $(call test-expect,true,$(call windows-path-is-absolute,C:\Foo\Bar))\
218 $(call test-expect,true,$(call windows-path-is-absolute,\Foo))