Re: Management for relative paths in global build parameters

2017-06-08 Thread Daniel Herring
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

Re: Management for relative paths in global build parameters

2017-06-08 Thread SF Markus Elfring
> 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.