4.1 Rule Example | | An example explained. |
4.2 Rule Syntax | | General syntax explained. |
4.3 Types of Prerequisites | | There are two types of prerequisites. |
4.4 Using Wildcard Characters in File Names | | Using wildcard characters such as `*'. |
4.5 Searching Directories for Prerequisites | | Searching other directories for source files. |
4.6 Phony Targets | | Using a target that is not a real file's name. |
4.7 Rules without Commands or Prerequisites | | You can use a target without commands
or prerequisites to mark other
targets as phony. |
4.8 Empty Target Files to Record Events | | When only the date matters and the
files are empty. |
4.9 Special Built-in Target Names | | Targets with special built-in meanings. |
4.10 Multiple Targets in a Rule | | When to make use of several targets in a rule. |
4.11 Multiple Rules for One Target | | How to use several rules with the same target. |
4.12 Static Pattern Rules | | Static pattern rules apply to multiple targets
and can vary the prerequisites according to
the target name. |
4.13 Double-Colon Rules | | How to use a special kind of rule to allow
several independent rules for one target. |
4.14 Generating Prerequisites Automatically | | How to automatically generate rules giving
prerequisites from source files themselves. |