[Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make/known-architectures aix"
Erik Schnetter (schnetter)
schnetter at cct.lsu.edu
Mon Feb 26 23:27:23 CST 2007
Update of /cactusdevcvs/Cactus/lib/make/known-architectures
In directory asylum.cct.lsu.edu:/tmp/cvs-serv16655
Modified Files:
aix
Log Message:
Correct dependency generation for Fortran files:
Do not set F90_DEPEND, as this variable is not used. Move definition
of F77_DEPEND to where F_DEPEND is set.
Set F_DEPEND to "$(FPP)", which is evaluated when make runs, not to
the default value of FPP. This allows influencing F_DEPEND by setting
FPP.
Set AIX_[Ff]90_FLAGS to "-qfree", to be symmetric to AIX_[Ff]_FLAGS
and AIX_[Ff]77_FLAGS, which are set to "-qfixed".
More information about the Flesh-cvs
mailing list