fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
SYSTEM LIBRARY
Syntax:
% SYSTEM LIBRARY
Function:
The commands %SYSTEM LIBRARY and %END OF SYSTEM LIBRARY are written in specification (FSP) files to indicate lists of files which are to be treated as system libraries. System libraries are not output by fpt, and variables referenced in them may be excluded from all reports by the command EXCLUDE SYSTEM LIBRARIES FROM REPORTS.
%SYSTEM LIBRARY - %END OF SYSTEM LIBRARY commands may not be nested. A single %END OF SYSTEM LIBRARY command terminates library processing, irrespective of the number of %SYSTEM LIBRARY statements which have been encountered. The presence of two or more %SYSTEM LIBRARY or %END OF SYSTEM LIBRARY commands is not considered to be an error, and no check is made that every %SYSTEM LIBRARY command is followed by an %END OF SYSTEM LIBRARY command.
Where to Use this Command
| Operating system command line | No |
| Configuration file, config.fsp | No |
| Specification (fsp) files, *.fsp | Yes |
| Interactively, to FPT> prompt | No |
| Interactive command files | No |
| Embedded in the Fortran code | No |
Default
Files are not assumed to be library files by default.
Examples
! cvf_pp.fsp 1-Jul-03 John Collins ! ============================================================================ ! CVF Modules required for windows support % system library % input directory: e:\projects\cvf_pp\cvf % input layout: Fortran 90 dflib_pp.f90 dflogm_pp.f90 dfnls_pp.f90 dfport_pp.f90 dfwinty_pp.f90 kernel32_pp.f90 user32_pp.f90 % end of system library ! End of cvf_pp.fsp ! ========================================================
See Also
Copyright ©1995 to 2025 Software Validation Ltd. All rights reserved.