[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .for f in ${FOO} support?
From: |
Paul D. Smith |
Subject: |
Re: .for f in ${FOO} support? |
Date: |
Thu, 19 Sep 2002 19:18:38 -0400 |
%% address@hidden 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 <address@hidden> 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
- support for IA64 HP-UX, Martin Sebor, 2002/09/19
- Re: support for IA64 HP-UX, Paul D. Smith, 2002/09/19
- Re: support for IA64 HP-UX, Martin Sebor, 2002/09/19
- Re: support for IA64 HP-UX, Paul D. Smith, 2002/09/19
- Re: support for IA64 HP-UX, Martin Sebor, 2002/09/19
- Re: support for IA64 HP-UX, Paul D. Smith, 2002/09/19
- Re: support for IA64 HP-UX, Martin Sebor, 2002/09/19
- Re: support for IA64 HP-UX, Paul D. Smith, 2002/09/19
- .for f in ${FOO} support?, mcmahill, 2002/09/19
- Re: .for f in ${FOO} support?,
Paul D. Smith <=
- Re: .for f in ${FOO} support?, mcmahill, 2002/09/19
- Re: .for f in ${FOO} support?, Paul D. Smith, 2002/09/20
- Re: .for f in ${FOO} support?, mcmahill, 2002/09/20
- Re: .for f in ${FOO} support?, Paul D. Smith, 2002/09/21
- figuring out the target name?, mcmahill, 2002/09/29
- Re: figuring out the target name?, Paul D. Smith, 2002/09/30