help-make
[Top][All Lists]
Advanced

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

Is there a way to count something in make?


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
 
 

reply via email to

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