main
1 2self = $1 3foo := $(call self,#foo#)#foo 4bar := $(call self,\#bar\#)#bar 5all:;@echo '$(foo) $(bar)'