Lines Matching full:eval
70 $(eval __host_dir_node := $(patsubst %/,%,$(subst \,/,$1)))\
71 $(eval __host_dir_parent := $(dir $(__host_dir_node)))\
81 $(eval __found_project_path := )\
82 $(eval __find_project_path := $1)\
83 $(eval __find_project_file := $2)\
89 $(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file))))\
92 $(eval __found_project_path := $(__find_project_path))\
94 $(eval __find_project_parent := $(call host-dir-parent,$(__find_project_path)))\
96 $(eval __find_project_path := $(__find_project_parent))\
184 $(eval include $(BUILD_SYSTEM)/setup-app.mk)\