Subject: Re: make question
To: Jaromir Dolecek <dolecek@ics.muni.cz>
From: Todd Vierling <tv@pobox.com>
List: current-users
Date: 06/10/1999 10:54:53
On Thu, 10 Jun 1999, Jaromir Dolecek wrote:

: > Can anyone explain me the meaning of the following make conditional
: > statement:
: > 
: > .if target(depend)
: > 
: > .endif
: 
: the code betwenn the if & endif is executed when the make has been
: called as:
: 	make depend

Actually, no.  That's .if make(depend).

.if target() is only evaluated if the target name has not yet been defined
in the Makefile (or files it has .include'd).

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)