[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: dependencies
From: |
Dave Korn |
Subject: |
RE: dependencies |
Date: |
Thu, 24 Jan 2008 13:25:58 -0000 |
On 23 January 2008 19:19, Marcus Banda wrote:
> Hello,
> I'm currently writing a make file for a the compilation of several fortran
> and c-header files. My problem consists firstly of the fortran modules,
> which need to be built before and secondly some Fortran files depend on
> C-header files. How can I include those dependencies? I didn't find the
> makedepend nor the sfmakedepend command in my folders. Can anyone help me ?
> Thanks
> Marcus
Gcc can output dependencies for you, replacing the need for makedepend, but
I think only for the C-like languages; take a look at the -M... options in the
manual.
cheers,
DaveK
--
Can't think of a witty .sigline today....
- dependencies, Marcus Banda, 2008/01/23
- RE: dependencies,
Dave Korn <=