main
1 2hello=file 3al%: hello+=one 4all: hello+=two 5$(info $(hello:X=Y)) 6all:; $(info $(hello:X=Y))