Hi Markus,
This question goes somewhat out of what make provides and into how to
configure your makefiles.
Autoconf has a fairly good story for this. You can steal ideas without
using the tool. Read up on the differences between builddir and srcdir,
current and top_, relative and abs_. Th
> Relative paths are fine when including makefiles from sub-directories.
> What matters is that targets use *consistent* paths.
Thanks for your feedback.
I would like to clarify dependencies for other build system details a bit more.
> This assumes your make system is non-recursive, of course.