help-make
[Top][All Lists]
Advanced

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

AND, OR and NOT Operations


From: Ajay Jain
Subject: AND, OR and NOT Operations
Date: Wed, 11 May 2011 12:09:01 +0530

HI,

I am finding it difficult to comprehend and, or and not operations in
Make. What I would like to achieve is as follows:

ifeq ("X","A) && ifeq("X","B) .. && ifeq ("X","Z")
...
endif

I need some permutations of &&, || & ! operations.

Though I do see the following in Manuals - $(or
condition1[,condition2[,condition3...]]), $(and
condition1[,condition2[,condition3...]]) but using them is a
challenge.

Thanks,
Ajay.



reply via email to

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