Can't I construct a series of rules by using $(foreach ...) instead?

Yes, but if you're going to create a lot of rules, parsing the makefile can start to take quite a bit of time. Make seems to be optimized for a relatively small number of rules (hundreds), if you start to get into thousands and tens of thousands range, things start to bog down.


Mike Gibson
[EMAIL PROTECTED]


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

Reply via email to