fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
SHOW INCLUDE TREE
Syntax:
[DO NOT] SHOW INCLUDE TREE [DO NOT] SHOW INCLUDE [FILE] STRUCTURE [DO NOT] SHOW INCLUDES INCLUDE TREE
Function:
FPT lists the primary files in alphabetical order, and the include file tree for each file. The nesting level of INCLUDE files is indicated by indentation.
The interactive display may be stopped by the command STOP, which is made to the Page> prompt.
Where to use these commands:
| Operating system command line | Yes |
| Configuration file, config.fsp | No |
| Specification (fsp) files, *.fsp | Yes |
| Interactively, to FPT> prompt | Yes |
| Interactive command files | Yes |
| Embedded in the Fortran code | No |
Example:
FPT> show include tree Include Structure Listing ========================= j:\fpt\fpt38\fptsrc\acargs.f90 j:\fpt\fpt38\fptsrc\aclcom.i90 j:\fpt\fpt38\fptsrc\respar.i90 j:\fpt\fpt38\fptsrc\hstres.i90 j:\fpt\fpt38\fptsrc\verstr.i90 j:\fpt\fpt38\fptsrc\acapar.i90 j:\fpt\fpt38\fptsrc\accanc.f90 j:\fpt\fpt38\fptsrc\aclcom.i90 j:\fpt\fpt38\fptsrc\respar.i90 j:\fpt\fpt38\fptsrc\hstres.i90 j:\fpt\fpt38\fptsrc\verstr.i90 j:\fpt\fpt38\fptsrc\acapar.i90 j:\fpt\fpt38\fptsrc\accdba.f90 j:\fpt\fpt38\fptsrc\respar.i90 Page>
In this example, the primary file acargs.f90 includes aclcom.i90 and acapar.i90. The file aclcom.i90 in turn includes respar.i90 which includes hstres.i90 which includes verstr.i90.
Copyright ©1995 to 2025 Software Validation Ltd. All rights reserved.