Re: Help : how to use $(or condition ) & $(and condition ) in makefile

2008-06-06 Thread rakesh aggarwal
l eq,$(A),2),$(call eq,$(B),4)),) # do what you want to do when A=2 and B=4 # . . . .. . . endif Cheers, Tim 2008/6/6 rakesh aggarwal <[EMAIL PROTECTED]>: Hi sam, Very very thanks for your valuable suggestion. I have one debut that I am explaining through this example. I hav

Re: Help : how to use $(or condition ) & $(and condition ) in makefiles

2008-06-06 Thread rakesh aggarwal
wrote: From: Sam Ravnborg <[EMAIL PROTECTED]> Subject: Re: Help : how to use $(or condition ) & $(and condition ) in makefiles To: "rakesh aggarwal" <[EMAIL PROTECTED]> Cc: bug-make@gnu.org Date: Thursday, June 5, 2008, 11:28 PM On Thu, Jun 05, 2008 at 05:36:56AM -0

Help : how to use $(or condition ) & $(and condition ) in makefiles

2008-06-05 Thread rakesh aggarwal
Hi, I read the GNU make manual and found there are $(or condition ) and $(and condition ) functions. ( at http://www.gnu.org/software/make/manual/make.html#Conditional-Functions ) But i didnt get in which format i have to put conditions in these functions. Please help me by give detail of condit