On Mon Jan  5 20:06:01 2015, elfr...@users.sourceforge.net (SF Markus Elfring) 
wrote:
> > So you have in your toolbox $(shell) and $(eval).
> 
> I am not familiar enough with the second make function.
> http://www.gnu.org/software/make/manual/html_node/Eval-Function.html
> 
> > $(eval) lets you generate rules dynamically.
> 
> Does it really support the generation of completely new build rules
> (instead of adjusting only recipes)?

Yes, it does.
An alternative is to generate a Makefile and include it into
your main Makefile.  In both cases you are generating and then
evaluating make rules at runtime.

-- 
Reinier

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to