Definition A simple makefile consists of rules with the following shape target … : dependencies … command … … A target is the name of a file that is generated by a program; examples of targets are executable or object files. A target can also be the name of an action such as clean,...