%% [EMAIL PROTECTED] writes: m> Does GNU make support something like the BSD .for loops?
No, not in the currently released version. The next version (3.80) will have a capability that can perform the same type of thing (plus more), although it will not have the same syntax. It will be released "Real Soon Now". You can find a pretest at: ftp://alpha.gnu.org/gnu/make/ if you like. For the current versions all you can do is utilize GNU make's auto-re-exec feature to dynamically construct makefile parts. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
