Paul D. Smith wrote:
I do it like this:

    ifeq ($(var),$(filter $(var),X Y))
        ...
    endif

Most others can be handled using these types of methods as well.

There are no specific operators for AND, OR, etc.

If you are using my GNU Make Standard Library (http://gmsl.sf.net/), I have added the following operators: not, and, or, xor, nand, nor, xnor to the CVS version.

John.
--
John Graham-Cumming
[EMAIL PROTECTED]

Home: http://www.jgc.org/
POPFile: http://getpopfile.org/

Sign up for my Spam and Anti-spam Newsletter
at http://www.jgc.org/


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

Reply via email to