Does GNU make support something like the BSD .for loops?  Ie,

FOO= out1 out2 out3

.for __tmp__ in ${FOO}
${__tmp__}: ${__tmp__}_DEPS ${COMMON_DEPS}
.endfor

I looked at foreach(), but it doesn't seem quite the same.

Thanks
-Dan




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

Reply via email to