help-make
[Top][All Lists]
Advanced

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

Re: ifeq ($(VAR), value1) OR ($(VAR), value2)


From: wim delvaux
Subject: Re: ifeq ($(VAR), value1) OR ($(VAR), value2)
Date: Tue, 20 Apr 2004 16:28:56 +0200
User-agent: KMail/1.6.1

On Tuesday 20 April 2004 14:36, address@hidden wrote:
> Hi all,
>
> I am currntly writing a makefile and I would like to do the following :
>
> ifeq ($(VAR), value1) OR ($(VAR), value2)

use functions 

> ..........
>  ..........
>  ..........
> endif
>
> And I haven't find any "multiple" conditional syntax in the GNU make
> manual... (chap 7)
>
> Is it possible ? and what is the syntax ?
>
> Thank you very much for your precious help !
>
> Peio
>
> :.________________
>
> CONFIDENTIALITE : Ce message et les éventuelles pièces attachées sont
> confidentiels. Si vous n'êtes pas dans la liste des destinataires,
> veuillez informer l'expéditeur immédiatement et ne pas divulguer le
> contenu à une tierce personne, ne pas l'utiliser pour quelque raison que
> ce soit, ne pas stocker ou copier l'information qu'il contient sur un
> quelconque support.
>
> CONFIDENTIALITY : This  e-mail  and  any attachments are confidential and
> may be privileged. If  you are not a named recipient, please notify the
> sender immediately and do not disclose the contents to another person, use
> it for any purpose or store or copy the information in any medium.




reply via email to

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