This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building dependancies


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]