BOO=1 ifeq (${BOO},1) show=$(warning ${1}=/${${1}}/) $(call show,MAKE_VERSION) $(call show,foo) $(eval foo=bar) $(call show,foo) $(eval foo:=spam ${foo}) $(call show,foo) endif all: ;