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
- support for IA64 HP-UX Martin Sebor
- Re: support for IA64 HP-UX Paul D. Smith
- Re: support for IA64 HP-UX Martin Sebor
- Re: support for IA64 HP-UX Paul D. Smith
- Re: support for IA64 HP-UX Martin Sebor
- Re: support for IA64 HP-UX Paul D. Smith
- Re: support for IA64 HP-UX Martin Sebor
- Re: support for IA64 HP-UX Paul D. Smith
- Re: .for f in ${FOO} support? mcmahill
- Re: .for f in ${FOO} support? Paul D. Smith
- Re: .for f in ${FOO} support? mcmahill
- Re: .for f in ${FOO} support? Paul D. Smith
- Re: .for f in ${FOO} support? mcmahill
- Re: .for f in ${FOO} support? Paul D. Smith
- figuring out the target name? mcmahill
- Re: figuring out the target na... Paul D. Smith
- Re: support for IA64 HP-UX Martin Sebor
- Re: support for IA64 HP-UX Paul D. Smith
