avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] make depend


From: E. Weddington
Subject: Re: [avrdude-dev] make depend
Date: Tue, 11 Feb 2003 16:31:44 -0700

On 11 Feb 2003 at 18:11, Brian Dean wrote:

> On Tue, Feb 11, 2003 at 02:41:29PM -0800, Theodore A. Roth wrote:
> 
> > Can someone try 'sinclude .depend'?
> 
> Doesn't work on FreeBSD.  Does GNU make support conditionals?  With
> FreeBSD make, you might do this as:
> 
>         .if exists(.depend)
>         include ".depend"
>         .endif
> 
> Could there be a similar syntax available with GNU make?
> 

I think the issue is moot.

The all target has the depend target as it's first dependency which 
will see to it that .depend is generated. The include should always 
find the file.

It seems to work fine for me just having

include .depend

Correct me if I'm wrong.

Eric




reply via email to

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