[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to use logical OR on makefile conditionals
From: |
lucy . allevato |
Subject: |
how to use logical OR on makefile conditionals |
Date: |
Mon, 29 Mar 2004 10:09:00 -0600 |
Is there a way to use logical OR on a makefile
Something like:
ifeq ($(A),$(B) || $(A),$(C)) ,
or
ifeq ($(A),$(B)) || ifeq ($(A),$(C))
Thanks,
Lucy Allevato
==================== 03/29/2004 08:14:54 AM MailFilter-2 ====================
This email may contain confidential and privileged material for the sole use of the intended recipient. Any unauthorized review, use or distribution by others is strictly prohibited. If you have received the message in error, please advise the sender by reply email to address@hidden, and delete the message. Thank you.
- how to use logical OR on makefile conditionals,
lucy . allevato <=