On Fri, 2017-10-13 at 14:34 +, Elizabeth Thompson wrote:
> make
> NOT using recipe
>
> I have read & read GNU Make and have no answers.
>
> I modified the example on pg 24 of GNU Make
> foo : $(objects)
> cc -o foo $(CFLAGS) $(objects)
> The example does not even work, the recipe is ignor
make
NOT using recipe
I have read & read GNU Make and have no answers.
I modified the example on pg 24 of GNU Make
foo : $(objects)
cc -o foo $(CFLAGS) $(objects)
The example does not even work, the recipe is ignored.
Nothing after is recognized. eg @echo whatever...
I did find a workaround.
Sorry for "plugging" my work but you can use loadable modules to implement
any function you like and I have done "ifeq" some time ago here:
https://bitbucket.org/tnmurphy/extramake
... except my version is $(equals...)
This is a good way to experiment with what you want from the function
before