Home > Archive > Fortran > February 2005 > automatic dependency creation
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
automatic dependency creation
|
|
| Bart Vandewoestyne 2005-02-17, 8:58 pm |
| I am looking for interesting methods to automate my build process, and I
would like to create my Makefile dependency lists automatically.
I've found the Makedepf90 utility at
http://www.helsinki.fi/~eedelman/makedepf90.html
Are there any other good tools that can help in automating the creation
of dependencies for makefiles?
Regards,
Bart
--
"Share what you know. Learn what you don't."
| |
| beliavsky@aol.com 2005-02-17, 8:58 pm |
| Bart Vandewoestyne wrote:
> I am looking for interesting methods to automate my build process,
and I
> would like to create my Makefile dependency lists automatically.
>
> I've found the Makedepf90 utility at
> http://www.helsinki.fi/~eedelman/makedepf90.html
>
> Are there any other good tools that can help in automating the
creation
> of dependencies for makefiles?
Please read the recent thread "portable makefiles with f90 modules"
here for discussion of this question and links to several tools that
create make files.
| |
| Richard E Maine 2005-02-17, 8:58 pm |
| In article <1108673076.251586.236460@c13g2000cwb.googlegroups.com>,
beliavsky@aol.com wrote:
> Bart Vandewoestyne wrote:
....
[color=darkred]
> Please read the recent thread "portable makefiles with f90 modules"
> here for discussion of this question and links to several tools that
> create make files.
I'll add that in makedepf90 you've already found my personal favorite of
the tools for that. It is still worth looking at the others, as your
situation and preferences might differ from mine.
--
Richard Maine | Good judgment comes from experience;
email: my first.last at org.domain | experience comes from bad judgment.
org: nasa, domain: gov | -- Mark Twain
|
|
|
|
|