Next: , Previous: , Up: Writing Makefiles   [Contents][Index]


3.1 What Makefiles Contain

Makefiles contain five kinds of things: explicit rules, implicit rules, variable definitions, directives, and comments. Rules, variables, and directives are described at length in later chapters.


Next: What Name to Give Your Makefile, Previous: Writing Makefiles, Up: Writing Makefiles   [Contents][Index]