Module compile order
- From: Thomas Robitaille <no@xxxxxxxx>
- Date: Sat, 31 May 2008 20:19:54 +0100
Hi everyone,
In a large project I have, two modules mutually depend on each other.
What is the best way to compile these?
For example, if I have:
A.f90 containing:
module A
use B
end module A
B.f90 containing:
module B
use A
end module B
and main.f90 containing:
program test
use A
use B
end program test
then for example, how can I compile these with a Makefile? (in one make
command if possible).
Thanks for any help!
.
- Follow-Ups:
- Re: Module compile order
- From: James Giles
- Re: Module compile order
- From: Richard Maine
- Re: Module compile order
- Prev by Date: Re: Fortran 90 Chess
- Next by Date: Re: Module compile order
- Previous by thread: NYT disses Fortran
- Next by thread: Re: Module compile order
- Index(es):
Relevant Pages
|
|