The R Project SVN R

Rev

Rev 77121 | Rev 78110 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 77121 Rev 77138
Line 82... Line 82...
82
## If both are unspecified, defaults to '-g -O2' for gfortran, 
82
## If both are unspecified, defaults to '-g -O2' for gfortran, 
83
## otherwise '-g' if this is accepted, otherwise ''.
83
## otherwise '-g' if this is accepted, otherwise ''.
84
## Use these if the compiler needs flags such as --free, -qfixed and
84
## Use these if the compiler needs flags such as --free, -qfixed and
85
## cannot determine which from the source-file extension.
85
## cannot determine which from the source-file extension.
86
 
86
 
-
 
87
## macros for compiling by Fortran (for use in Makefiles)
-
 
88
## SHLIB_FCLD=${FC}
-
 
89
## Unlike SHLIB_CXXLDFLAGS, SHLIB_FCLDFLAGS is never additional
-
 
90
## SHLIB_FCLDFLAGS=${SHLIB_LDFLAGS}
-
 
91
 
87
## Additional libraries needed to link a shared object with FC,
92
## Additional libraries needed to link a shared object with FC,
88
## e.g. on x86 Solaris
93
## e.g. on x86 Solaris
89
## FCLIBS_XTRA=
94
## FCLIBS_XTRA=
90
 
95
 
91
## Options for safe compilation under the Fortran compiler.
96
## Options for safe compilation under the Fortran compiler.