[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Index of Concepts: P – R

Jump to:   #   $   %   *   +   ,   -   .   :   =   ?   @   [   \   _   ~  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   Y  
Index Entry Section

P
parallel execution5.4 Parallel Execution
parallel execution, and archive update11.3 Dangers When Using Archives
parallel execution, overriding4.9 Special Built-in Target Names
parts of makefile rule2.1 What a Rule Looks Like
Pascal, rule to compile10.2 Catalogue of Implicit Rules
pattern rule10.5.1 Introduction to Pattern Rules
pattern rule, expansionRule Definition
pattern rules, order of10.5.4 How Patterns Match
pattern rules, static (not implicit)4.12 Static Pattern Rules
pattern rules, static, syntax of4.12.1 Syntax of Static Pattern Rules
pattern-specific variables6.12 Pattern-specific Variable Values
pc10.2 Catalogue of Implicit Rules
pc10.3 Variables Used by Implicit Rules
phony targets4.6 Phony Targets
phony targets and recipe execution9.3 Instead of Executing Recipes
pitfalls of wildcards4.4.2 Pitfalls of Using Wildcards
portability12. Features of GNU make
POSIX1. Overview of make
POSIX-conforming mode, setting4.9 Special Built-in Target Names
POSIX.25.7.3 Communicating Options to a Sub-make
post-installation commands14.7 Install Command Categories
pre-installation commands14.7 Install Command Categories
precious targets4.9 Special Built-in Target Names
predefined rules and variables, printing9.7 Summary of Options
prefix, adding8.3 Functions for File Names
prerequisite4. Writing Rules
prerequisite pattern, implicit10.5.1 Introduction to Pattern Rules
prerequisite pattern, static (not implicit)4.12.1 Syntax of Static Pattern Rules
prerequisite types4.3 Types of Prerequisites
prerequisite, expansionRule Definition
prerequisites4.2 Rule Syntax
prerequisites, and automatic variables10.5.3 Automatic Variables
prerequisites, automatic generation3.3 Including Other Makefiles
prerequisites, automatic generation4.14 Generating Prerequisites Automatically
prerequisites, introduction to2.1 What a Rule Looks Like
prerequisites, list of all10.5.3 Automatic Variables
prerequisites, list of changed10.5.3 Automatic Variables
prerequisites, normal4.3 Types of Prerequisites
prerequisites, order-only4.3 Types of Prerequisites
prerequisites, varying (static pattern)4.12 Static Pattern Rules
preserving intermediate files10.4 Chains of Implicit Rules
preserving with .PRECIOUS4.9 Special Built-in Target Names
preserving with .PRECIOUS10.4 Chains of Implicit Rules
preserving with .SECONDARY4.9 Special Built-in Target Names
print (standard target)9.2 Arguments to Specify the Goals
print target4.4.1 Wildcard Examples
print target4.8 Empty Target Files to Record Events
printing directories5.7.4 The ‘--print-directory’ Option
printing messages8.12 Functions That Control Make
printing of recipes5.2 Recipe Echoing
printing user warnings8.12 Functions That Control Make
problems and bugs, reporting1.2 Problems and Bugs
problems with wildcards4.4.2 Pitfalls of Using Wildcards
processing a makefile2.3 How make Processes a Makefile

Q
question mode9.3 Instead of Executing Recipes
quoting %, in patsubst8.2 Functions for String Substitution and Analysis
quoting %, in static pattern4.12.1 Syntax of Static Pattern Rules
quoting %, in vpath4.5.2 The vpath Directive
quoting newline, in makefile2.2 A Simple Makefile
quoting newline, in recipes5.1.1 Splitting Recipe Lines

R
Ratfor, rule to compile10.2 Catalogue of Implicit Rules
RCS, rule to extract from10.2 Catalogue of Implicit Rules
reading makefiles3.7 How make Reads a Makefile
README3.2 What Name to Give Your Makefile
realclean (standard target)9.2 Arguments to Specify the Goals
realpath8.3 Functions for File Names
recipe2.2 A Simple Makefile
recipe execution, single invocation4.9 Special Built-in Target Names
recipe lines, single shell5.3.1 Using One Shell
recipe syntax5.1 Recipe Syntax
recipe, execution5.3 Recipe Execution
recipes4.2 Rule Syntax
recipes5. Writing Recipes in Rules
recipes setting shell variables5.3 Recipe Execution
recipes, and directory search4.5.4 Writing Recipes with Directory Search
recipes, backslash (\) in5.1.1 Splitting Recipe Lines
recipes, canned5.8 Defining Canned Recipes
recipes, comments in5.1 Recipe Syntax
recipes, echoing5.2 Recipe Echoing
recipes, empty5.9 Using Empty Recipes
recipes, errors in5.5 Errors in Recipes
recipes, execution in parallel5.4 Parallel Execution
recipes, how to write5. Writing Recipes in Rules
recipes, instead of executing9.3 Instead of Executing Recipes
recipes, introduction to2.1 What a Rule Looks Like
recipes, quoting newlines in5.1.1 Splitting Recipe Lines
recipes, splitting5.1.1 Splitting Recipe Lines
recipes, using variables in5.1.2 Using Variables in Recipes
recompilation2. An Introduction to Makefiles
recompilation, avoiding9.4 Avoiding Recompilation of Some Files
recording events with empty targets4.8 Empty Target Files to Record Events
recursion5.7 Recursive Use of make
recursion, and -C5.7.3 Communicating Options to a Sub-make
recursion, and -f5.7.3 Communicating Options to a Sub-make
recursion, and -j5.7.3 Communicating Options to a Sub-make
recursion, and -o5.7.3 Communicating Options to a Sub-make
recursion, and -t5.7.1 How the MAKE Variable Works
recursion, and -w5.7.4 The ‘--print-directory’ Option
recursion, and -W5.7.3 Communicating Options to a Sub-make
recursion, and command line variable definitions5.7.3 Communicating Options to a Sub-make
recursion, and environment5.7.2 Communicating Variables to a Sub-make
recursion, and MAKE variable5.7.1 How the MAKE Variable Works
recursion, and MAKEFILES variable3.4 The Variable MAKEFILES
recursion, and options5.7.3 Communicating Options to a Sub-make
recursion, and printing directories5.7.4 The ‘--print-directory’ Option
recursion, and variables5.7.2 Communicating Variables to a Sub-make
recursion, level of5.7.2 Communicating Variables to a Sub-make
recursive variable expansion6. How to Use Variables
recursive variable expansion6.2 The Two Flavors of Variables
recursively expanded variables6.2 The Two Flavors of Variables
reference to variables6.1 Basics of Variable References
reference to variables6.3 Advanced Features for Reference to Variables
relinking2.3 How make Processes a Makefile
remaking makefiles3.5 How Makefiles Are Remade
removal of target files5.5 Errors in Recipes
removal of target files5.6 Interrupting or Killing make
removing duplicate words8.2 Functions for String Substitution and Analysis
removing targets on failure4.9 Special Built-in Target Names
removing, to clean up2.7 Rules for Cleaning the Directory
reporting bugs1.2 Problems and Bugs
rm10.3 Variables Used by Implicit Rules
rm (shell command)2.2 A Simple Makefile
rm (shell command)4.4.1 Wildcard Examples
rm (shell command)4.6 Phony Targets
rm (shell command)5.5 Errors in Recipes
rule prerequisites4.2 Rule Syntax
rule syntax4.2 Rule Syntax
rule targets4.2 Rule Syntax
rule, double-colon (::)4.13 Double-Colon Rules
rule, explicit, definition of3.1 What Makefiles Contain
rule, how to write4. Writing Rules
rule, implicit10. Using Implicit Rules
rule, implicit, and directory search4.5.5 Directory Search and Implicit Rules
rule, implicit, and VPATH4.5.5 Directory Search and Implicit Rules
rule, implicit, chains of10.4 Chains of Implicit Rules
rule, implicit, definition of3.1 What Makefiles Contain
rule, implicit, how to use10.1 Using Implicit Rules
rule, implicit, introduction to2.5 Letting make Deduce the Recipes
rule, implicit, predefined10.2 Catalogue of Implicit Rules
rule, introduction to2.1 What a Rule Looks Like
rule, multiple for one target4.11 Multiple Rules for One Target
rule, no recipe or prerequisites4.7 Rules without Recipes or Prerequisites
rule, pattern10.5.1 Introduction to Pattern Rules
rule, static pattern4.12 Static Pattern Rules
rule, static pattern versus implicit4.12.2 Static Pattern Rules versus Implicit Rules
rule, with multiple targets4.10 Multiple Targets in a Rule
rules, and $4.2 Rule Syntax

Jump to:   #   $   %   *   +   ,   -   .   :   =   ?   @   [   \   _   ~  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   Y  

[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by Davide Tacchella on November 3, 2010 using texi2html 1.82.