Noel> What about the possibly-not-so-obvious use of $(foreach) and $(eval)?

I tried $(foreach), but I was not able to make it generate a pattern.
I was doing something like this:

  $(foreach program,$(PROGRAMS),$(program): $($(program)_OBJ))

For some reason, the iterated rules do not get parsed.



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to