Hi,

>   jg> Well you could do
>
>   jg> LIST_C = $(filter %.c %.cl %.clrm,$(LIST))

Yes, of course!  Great!

> Or even:
>
>     LIST_C = $(filter $(addprefix %.,$(foreach S,$(suffix $(LIST)),$(if
> $(findstring c,$(S)),$(S)))),$(LIST))
>
> I think that will work.  Untested though.

Also looks great, i'll test that one!


Thanks for the hints!


Best regards,
Torsten.


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to