Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-F63E5815-5106-4AAC-8EB0-45E6F5799B38
Visible to Intel only — GUID: GUID-F63E5815-5106-4AAC-8EB0-45E6F5799B38
gen-depformat
Specifies the form for the output generated when option gen-dep is specified.
Syntax
Linux: |
-gen-depformat=form |
Windows: |
/gen-depformat:form |
Arguments
form |
Is the output form for the list of build dependencies. Possible values are make or nmake. |
Default
make |
The output form for the list of build dependencies is in a form acceptable to the make utility. |
Description
This option specifies the form for the output generated when option gen-dep is specified.
Option gen-depformat is ignored unless you also specify option gen-dep.
IDE Equivalent
Alternate Options
None