The complete list of make targets that you can use with the mkmk tool are shown here. The section above shows depend and all make targets.
Table 4-11 Description of make Targets used with mkmk| Target | Description |
| all | default target, builds everything |
| Makefile | rebuild the Makefile in current directory |
| makemk | rebuild the Makefiles (recursively) |
| merge | remerge the current component |
| makesrc | build offset files (recursively) |
| sources | build offset files in the current directory |
| makeprod | build object files and libraries (recursively) |
| prod | build object files and libraries in the current directory |
| makelink | link libraries and actors (recursively) |
| link | link libraries and actors in the current directory |
| depend | generate dependencies (recursively) |
| clean | remove files produced (recursively), with the exception of Makefiles and dependency files |
| clobber | remove files produced (recursively) |
By using the make mkmk command, the Makefiles can be built or rebuilt.