help-make
[Top][All Lists]
Advanced

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

Is there logical operations in makefile


From: Peng Yu
Subject: Is there logical operations in makefile
Date: Thu, 4 Sep 2008 12:01:56 -0500

Hi,

I used the following to test if the the goal is 'all'. Now, I want to
test whether it is either 'all' or 'o'. I'm wondering how to do it in
makefile.

ifeq ($(MAKECMDGOALS), all)

Thanks,
Peng




reply via email to

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