building dependancies

Steve Kargl sgk@troutmask.apl.washington.edu
Thu Aug 19 03:38:00 GMT 2004


On Wed, Aug 18, 2004 at 07:43:25PM -0700, Jerry DeLisle wrote:
> 
> I have a fortran application developed by others consisting of about 50
> .f90 files.  I want to build a list of dependancies so that I can clean
> up the make file.  Can gcc do this?  Is there another tool that will do
> this for me, or shall I roll my own?
> 

I think you'll have to roll your own dependancies list.  Neither
the Fortran 95 standard nor gfortran have the concept of 
dependancies in the senses of Makefile files.

-- 
Steve



More information about the Fortran mailing list