make question (multiple conditions)
"James" <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
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