automake
[Top][All Lists]
Advanced

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

Re: fortran 77 header dependencies


From: Jeff Squyres
Subject: Re: fortran 77 header dependencies
Date: Wed, 13 Jul 2011 07:59:44 -0400

On Jul 12, 2011, at 12:23 PM, Dave Goodell wrote:

> Is there a better way?  I really expected version 2 to work and was surprised 
> when it didn't.

I've always a) assumed that Automake doesn't have Fortran dependency analysis, 
and b) coped with it by adding explicit dependency rules myself (which is 
icky).  Something like this:

foo_SOURCES = foo.f bar.h
foo.f: bar.h

-- 
Jeff Squyres
address@hidden
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/




reply via email to

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