genmakedeps
This command reviews C++ source code to determine which it depends upon for include files. It then modifies the Makefile to reflect those current dependencies.
The command syntax is:
genmakedeps filename(s)
where,
Option |
Description |
filename |
A C++ source code file. One or more may be specified. |