Searched refs:find_file1 (Results 1 – 1 of 1) sorted by relevance
170 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2))))) macro171 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) )