Makefile文件  |  9行  |  63 B

define x
a
b
endef
$(x):=PASS
ifdef $(x)
$(info $($(x)))
endif