This section presents the complete list of make targets you can use with the mkmk tool.
Table 4-11 Description of Make Targets used with mkmk
Make Target |
Description |
---|---|
all | Default make 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) |