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.

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to