Intel® Fortran Compiler 16.0 User and Reference Guide
Specifies the form for the output generated when option gen-dep is specified.
Linux and OS X: | -gen-depformat=form |
Windows: | /gen-depformat:form |
form |
Is the output form for the list of build dependencies. Possible values are make or nmake. |
make |
The output form for the list of build dependencies is in a form acceptable to the make utility. |
This option specifies the form for the output generated when option gen-dep is specified.
If you specify option gen-depformat and do not specify option gen-dep, the option is ignored.
None