On 2008-10-03 16:20Z, Derek Clegg wrote: > > I have a project with sources and the Makefile in, for example, /src/ > project, and I need to place the object files and executables in /dst/ > project. I'm not sure how to "locate the sources from the object > directory" in this case.
That's where VPATH and vpath can help: http://make.paulandlesley.org/vpath.html http://make.paulandlesley.org/multi-arch.html _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
