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