I have a C++ small project using GNU Make. I\'d like to be able to turn the following source files:
src/ a.cpp b/ b.cpp c/ c.cpp
vpath %.cpp src src/b src/c
Then refer to source files without their directory name; Make will search the vpath.