Marcus Leech wrote "You can put "system dependencies goo" inside every
Makefile you author..."
I meant to say that I would write makefiles the way gnu make
recommends that just work on my system.
It would be nice to hear from someone who wants to do the same on a
different system and then we coul
Marcus Leech writes "When a project blooms in portability, size,
dependencies, and "reach", the use of a meta-make scheme of some sort
actually makes those kinds of project practical."
Certainly gnuradio is not too large a project to maintain by the make
utility. I hope Marcus will confirm that fo
but I am interested in promoting make for
stand-alone use.
On 14 September 2015 at 02:58, West, Nathan wrote:
> On Sun, Sep 13, 2015 at 7:38 AM, Robert Durkacz
> wrote:
>>
>> My question is, is there some recommended way to get the command lines
>> printed out as they are ex
I am interested in the gnuradio build system.
I last looked at gnuradio several years ago. Since then you have
adopted cmake in place of autotools.
cmake produces its own style of make files which even invoke cmake
again. When I built gnuradio I got one build error. It was difficult
to track down