2.11 Using File Naming Conventions

Any input file name is valid. If the file name does not have an extension, the extension .f is assumed. As KAP processes a Fortran file, it generates four output files - the optimized program file, the optional listing file, and the executable file.

The default output file names are as follows:


<file>_cmp.f - The optimized Fortran program from the kfort driver
<file>.cmp - The optimized Fortran program from kapf
<file>.out - The annotated KAP listing file
<file>.obj - The object file
<file>.exe - The executable file

Other output file names can be specified with the /cmp and /list qualifiers.

When KAP detects an error condition, KAP writes a message to standard error.


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

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