1 foo = $(abspath ./foo bar/../foo bar//..//foo / /usr) 2 bar = $(abspath .. ./. ./ /aa/.. a///) 3 4 test: 5 echo $(foo) 6 echo $(bar) 7