help-gnu-utils
[Top][All Lists]
Advanced

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

make question (multiple conditions)


From: James
Subject: make question (multiple conditions)
Date: 4 Aug 2006 09:47:25 -0700
User-agent: G2/0.2

Is there a simple way (one-if line) to check if it meets multiple
conditions,
instead of stating, for example,

ifdef ABC
ifeq ($(VAR),1)
ifneq ($(FLAG),2)
....
endif
endif
endif

Thanks.
James



reply via email to

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