2.10.5 Using Options with a List of File Names

Preceding a list of files with an option causes the option to apply to all files in the list, for example:

kfort /DOUBLE_SIZE=64 test.f,test2.f,test3.f

/DOUBLE_SIZE=64 applies to test.f, test2.f and test3.f .

Placing an option immediately following a list of files causes the option to apply to the last file only, for example:

kfort /DOUBLE_SIZE=64 test.f,test2.f,test3.f/I4

/I4 applies only to test3.f . /DOUBLE_SIZE=64 applies to test.f, test2.f and test3.f .

Inserting an option inside a list of files causes the option to apply only to the file it immediately precedes, for example:

kfort /DOUBLE_SIZE=64 test.f,test2.f/G_FLOATING,test3.f/I4

/G_FLOATING applies only to test2.f . /DOUBLE_SIZE=64 applies to all the files. /I4 applies only to test3.f .


Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers

Copyright © Digital Equipment Corporation. 1999. All Rights Reserved.