Hi , I read about the possibility of creating VPATHs so that my project
can produce multiple configured outputs in different locations ( build
tree != source tree ). I'm trying to accommodate that philosophy to
what I want to do. When I construct all my targets I want them to end
up in specific directories. For example I would want my binaries to end
up in something like bin/, or my shared objects in lib/.
Is there any way I can do this?? Is VPATH the way??
Thanks