|
| From: | Martin Mensch |
| Subject: | Is there a way to count something in make? |
| Date: | Sun, 2 May 2010 12:02:11 +0200 |
|
Hello,
I am looking for a way to count something in
make.
I thing about a variable set to a string with a numeric
meaning, say
COUNT := 0
and then have a function like this
count := $(incrementbyone $(COUNT))
Is there something like this?
Thank you for any help
Martin
|
| [Prev in Thread] | Current Thread | [Next in Thread] |