help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

.for f in ${FOO} support?


From: mcmahill
Subject: .for f in ${FOO} support?
Date: Thu, 19 Sep 2002 18:13:46 -0400 (EDT)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]