summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-11-20 05:14:15 (GMT)
committerSteven Knight <knight@baldmt.com>2004-11-20 05:14:15 (GMT)
commit464833f9a7c83d5b5cc4483c294861a6c9a3fc7e (patch)
tree5106d412f07c3d1b2ac7628596c0706072dcba85 /doc
parentc1c940944e1cf0481242dbb71b8bda055aacea0a (diff)
downloadSCons-464833f9a7c83d5b5cc4483c294861a6c9a3fc7e.zip
SCons-464833f9a7c83d5b5cc4483c294861a6c9a3fc7e.tar.gz
SCons-464833f9a7c83d5b5cc4483c294861a6c9a3fc7e.tar.bz2
Add Fortran COMSTR variables for output customizability.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.147
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 035af89..08887fa 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -4933,6 +4933,11 @@ You should normally set the $FORTRANCOM variable,
which specifies the default command line
for all Fortran versions.
+.IP F77COMSTR
+The string displayed when a Fortran 77 source file
+is compiled to an object file.
+If this is not set, then $F77COM or $FORTRANCOM (the command line) is displayed.
+
.IP F77FLAGS
General user-specified options that are passed to the Fortran 77 compiler.
Note that this variable does
@@ -5038,6 +5043,12 @@ You should normally set the $FORTRANCOM variable,
which specifies the default command line
for all Fortran versions.
+.IP F90COMSTR
+The string displayed when a Fortran 90 source file
+is compiled to an object file.
+If this is not set, then $F90COM or $FORTRANCOM
+(the command line) is displayed.
+
.IP F90FLAGS
General user-specified options that are passed to the Fortran 90 compiler.
Note that this variable does
@@ -5143,6 +5154,12 @@ You should normally set the $FORTRANCOM variable,
which specifies the default command line
for all Fortran versions.
+.IP F95COMSTR
+The string displayed when a Fortran 95 source file
+is compiled to an object file.
+If this is not set, then $F95COM or $FORTRANCOM
+(the command line) is displayed.
+
.IP F95FLAGS
General user-specified options that are passed to the Fortran 95 compiler.
Note that this variable does
@@ -5243,6 +5260,12 @@ in the $FORTRANFLAGS, $CPPFLAGS, $_CPPDEFFLAGS,
$_FORTRANMODFLAG, and $_FORTRANINCFLAGS construction variables
are included on this command line.
+.IP FORTRANCOMSTR
+The string displayed when a Fortran source file
+is compiled to an object file.
+If this is not set, then $FORTRANCOM
+(the command line) is displayed.
+
.IP FORTRANFLAGS
General user-specified options that are passed to the Fortran compiler.
Note that this variable does
@@ -6354,6 +6377,12 @@ You should normally set the $SHFORTRANCOM variable,
which specifies the default command line
for all Fortran versions.
+.IP SHF77COMSTR
+The string displayed when a Fortran 77 source file
+is compiled to a shared-library object file.
+If this is not set, then $SHF77COM or $SHFORTRANCOM
+(the command line) is displayed.
+
.IP SHF77FLAGS
Options that are passed to the Fortran 77 compiler
to generated shared-library objects.
@@ -6393,6 +6422,12 @@ You should normally set the $SHFORTRANCOM variable,
which specifies the default command line
for all Fortran versions.
+.IP SHF90COMSTR
+The string displayed when a Fortran 90 source file
+is compiled to a shared-library object file.
+If this is not set, then $SHF90COM or $SHFORTRANCOM
+(the command line) is displayed.
+
.IP SHF90FLAGS
Options that are passed to the Fortran 90 compiler
to generated shared-library objects.
@@ -6432,6 +6467,12 @@ You should normally set the $SHFORTRANCOM variable,
which specifies the default command line
for all Fortran versions.
+.IP SHF95COMSTR
+The string displayed when a Fortran 95 source file
+is compiled to a shared-library object file.
+If this is not set, then $SHF95COM or $SHFORTRANCOM
+(the command line) is displayed.
+
.IP SHF95FLAGS
Options that are passed to the Fortran 95 compiler
to generated shared-library objects.
@@ -6461,6 +6502,12 @@ The default Fortran compiler used for generating shared-library objects.
The command line used to compile a Fortran source file
to a shared-library object file.
+.IP FORTRANCOMSTR
+The string displayed when a Fortran source file
+is compiled to a shared-library object file.
+If this is not set, then $SHFORTRANCOM
+(the command line) is displayed.
+
.IP SHFORTRANFLAGS
Options that are passed to the Fortran compiler
to generate shared-library objects.