ChorusOS 4.0 Production Guide

make Targets for mkmk

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)
 cleanremove files produced (recursively), with the exception of Makefiles and dependency files
 clobber remove files produced (recursively)

make mkmk

By using the make mkmk command, the Makefiles can be built or rebuilt.