1 | This is make.info, produced by makeinfo version 4.0 from make.texinfo. |
---|
2 | |
---|
3 | INFO-DIR-SECTION GNU Packages |
---|
4 | START-INFO-DIR-ENTRY |
---|
5 | * Make: (make). Remake files automatically. |
---|
6 | END-INFO-DIR-ENTRY |
---|
7 | |
---|
8 | This file documents the GNU Make utility, which determines |
---|
9 | automatically which pieces of a large program need to be recompiled, |
---|
10 | and issues the commands to recompile them. |
---|
11 | |
---|
12 | This is Edition 0.55, last updated 04 April 2000, of `The GNU Make |
---|
13 | Manual', for `make', Version 3.79. |
---|
14 | |
---|
15 | Copyright (C) 1988, '89, '90, '91, '92, '93, '94, '95, '96, '97, |
---|
16 | '98, '99, 2000 Free Software Foundation, Inc. |
---|
17 | |
---|
18 | Permission is granted to make and distribute verbatim copies of this |
---|
19 | manual provided the copyright notice and this permission notice are |
---|
20 | preserved on all copies. |
---|
21 | |
---|
22 | Permission is granted to copy and distribute modified versions of |
---|
23 | this manual under the conditions for verbatim copying, provided that |
---|
24 | the entire resulting derived work is distributed under the terms of a |
---|
25 | permission notice identical to this one. |
---|
26 | |
---|
27 | Permission is granted to copy and distribute translations of this |
---|
28 | manual into another language, under the above conditions for modified |
---|
29 | versions, except that this permission notice may be stated in a |
---|
30 | translation approved by the Free Software Foundation. |
---|
31 | |
---|
32 | |
---|
33 | File: make.info, Node: Name Index, Prev: Concept Index, Up: Top |
---|
34 | |
---|
35 | Index of Functions, Variables, & Directives |
---|
36 | ******************************************* |
---|
37 | |
---|
38 | * Menu: |
---|
39 | |
---|
40 | * $%: Automatic. |
---|
41 | * $(%D): Automatic. |
---|
42 | * $(%F): Automatic. |
---|
43 | * $(*D): Automatic. |
---|
44 | * $(*F): Automatic. |
---|
45 | * $(<D): Automatic. |
---|
46 | * $(<F): Automatic. |
---|
47 | * $(?D): Automatic. |
---|
48 | * $(?F): Automatic. |
---|
49 | * $(@D): Automatic. |
---|
50 | * $(@F): Automatic. |
---|
51 | * $(^D): Automatic. |
---|
52 | * $(^F): Automatic. |
---|
53 | * $*: Automatic. |
---|
54 | * $*, and static pattern: Static Usage. |
---|
55 | * $+: Automatic. |
---|
56 | * $<: Automatic. |
---|
57 | * $?: Automatic. |
---|
58 | * $@: Automatic. |
---|
59 | * $^: Automatic. |
---|
60 | * % (automatic variable): Automatic. |
---|
61 | * %D (automatic variable): Automatic. |
---|
62 | * %F (automatic variable): Automatic. |
---|
63 | * * (automatic variable): Automatic. |
---|
64 | * * (automatic variable), unsupported bizarre usage: Missing. |
---|
65 | * *D (automatic variable): Automatic. |
---|
66 | * *F (automatic variable): Automatic. |
---|
67 | * + (automatic variable): Automatic. |
---|
68 | * .DEFAULT <1>: Last Resort. |
---|
69 | * .DEFAULT: Special Targets. |
---|
70 | * .DEFAULT, and empty commands: Empty Commands. |
---|
71 | * .DELETE_ON_ERROR <1>: Special Targets. |
---|
72 | * .DELETE_ON_ERROR: Errors. |
---|
73 | * .EXPORT_ALL_VARIABLES <1>: Variables/Recursion. |
---|
74 | * .EXPORT_ALL_VARIABLES: Special Targets. |
---|
75 | * .IGNORE <1>: Errors. |
---|
76 | * .IGNORE: Special Targets. |
---|
77 | * .INTERMEDIATE: Special Targets. |
---|
78 | * .LIBPATTERNS: Libraries/Search. |
---|
79 | * .NOTPARALLEL: Special Targets. |
---|
80 | * .PHONY <1>: Special Targets. |
---|
81 | * .PHONY: Phony Targets. |
---|
82 | * .POSIX: Options/Recursion. |
---|
83 | * .PRECIOUS <1>: Special Targets. |
---|
84 | * .PRECIOUS: Interrupts. |
---|
85 | * .SECONDARY: Special Targets. |
---|
86 | * .SILENT <1>: Special Targets. |
---|
87 | * .SILENT: Echoing. |
---|
88 | * .SUFFIXES <1>: Special Targets. |
---|
89 | * .SUFFIXES: Suffix Rules. |
---|
90 | * /usr/gnu/include: Include. |
---|
91 | * /usr/include: Include. |
---|
92 | * /usr/local/include: Include. |
---|
93 | * < (automatic variable): Automatic. |
---|
94 | * <D (automatic variable): Automatic. |
---|
95 | * <F (automatic variable): Automatic. |
---|
96 | * ? (automatic variable): Automatic. |
---|
97 | * ?D (automatic variable): Automatic. |
---|
98 | * ?F (automatic variable): Automatic. |
---|
99 | * @ (automatic variable): Automatic. |
---|
100 | * @D (automatic variable): Automatic. |
---|
101 | * @F (automatic variable): Automatic. |
---|
102 | * ^ (automatic variable): Automatic. |
---|
103 | * ^D (automatic variable): Automatic. |
---|
104 | * ^F (automatic variable): Automatic. |
---|
105 | * addprefix: File Name Functions. |
---|
106 | * addsuffix: File Name Functions. |
---|
107 | * AR: Implicit Variables. |
---|
108 | * ARFLAGS: Implicit Variables. |
---|
109 | * AS: Implicit Variables. |
---|
110 | * ASFLAGS: Implicit Variables. |
---|
111 | * basename: File Name Functions. |
---|
112 | * call: Call Function. |
---|
113 | * CC: Implicit Variables. |
---|
114 | * CFLAGS: Implicit Variables. |
---|
115 | * CO: Implicit Variables. |
---|
116 | * COFLAGS: Implicit Variables. |
---|
117 | * COMSPEC: Execution. |
---|
118 | * CPP: Implicit Variables. |
---|
119 | * CPPFLAGS: Implicit Variables. |
---|
120 | * CTANGLE: Implicit Variables. |
---|
121 | * CWEAVE: Implicit Variables. |
---|
122 | * CXX: Implicit Variables. |
---|
123 | * CXXFLAGS: Implicit Variables. |
---|
124 | * define: Defining. |
---|
125 | * dir: File Name Functions. |
---|
126 | * else: Conditional Syntax. |
---|
127 | * endef: Defining. |
---|
128 | * endif: Conditional Syntax. |
---|
129 | * error: Make Control Functions. |
---|
130 | * export: Variables/Recursion. |
---|
131 | * FC: Implicit Variables. |
---|
132 | * FFLAGS: Implicit Variables. |
---|
133 | * filter: Text Functions. |
---|
134 | * filter-out: Text Functions. |
---|
135 | * findstring: Text Functions. |
---|
136 | * firstword: File Name Functions. |
---|
137 | * foreach: Foreach Function. |
---|
138 | * GET: Implicit Variables. |
---|
139 | * GFLAGS: Implicit Variables. |
---|
140 | * GNUmakefile: Makefile Names. |
---|
141 | * GPATH: Search Algorithm. |
---|
142 | * if: If Function. |
---|
143 | * ifdef: Conditional Syntax. |
---|
144 | * ifeq: Conditional Syntax. |
---|
145 | * ifndef: Conditional Syntax. |
---|
146 | * ifneq: Conditional Syntax. |
---|
147 | * include: Include. |
---|
148 | * join: File Name Functions. |
---|
149 | * LDFLAGS: Implicit Variables. |
---|
150 | * LEX: Implicit Variables. |
---|
151 | * LFLAGS: Implicit Variables. |
---|
152 | * MAKE <1>: MAKE Variable. |
---|
153 | * MAKE: Flavors. |
---|
154 | * MAKECMDGOALS: Goals. |
---|
155 | * Makefile: Makefile Names. |
---|
156 | * makefile: Makefile Names. |
---|
157 | * MAKEFILES <1>: Variables/Recursion. |
---|
158 | * MAKEFILES: MAKEFILES Variable. |
---|
159 | * MAKEFLAGS: Options/Recursion. |
---|
160 | * MAKEINFO: Implicit Variables. |
---|
161 | * MAKELEVEL <1>: Flavors. |
---|
162 | * MAKELEVEL: Variables/Recursion. |
---|
163 | * MAKEOVERRIDES: Options/Recursion. |
---|
164 | * MFLAGS: Options/Recursion. |
---|
165 | * notdir: File Name Functions. |
---|
166 | * origin: Origin Function. |
---|
167 | * OUTPUT_OPTION: Catalogue of Rules. |
---|
168 | * override: Override Directive. |
---|
169 | * patsubst <1>: Substitution Refs. |
---|
170 | * patsubst: Text Functions. |
---|
171 | * PC: Implicit Variables. |
---|
172 | * PFLAGS: Implicit Variables. |
---|
173 | * RFLAGS: Implicit Variables. |
---|
174 | * RM: Implicit Variables. |
---|
175 | * shell: Shell Function. |
---|
176 | * SHELL: Execution. |
---|
177 | * SHELL (command execution): Execution. |
---|
178 | * sort: Text Functions. |
---|
179 | * strip: Text Functions. |
---|
180 | * subst <1>: Text Functions. |
---|
181 | * subst: Multiple Targets. |
---|
182 | * suffix: File Name Functions. |
---|
183 | * SUFFIXES: Suffix Rules. |
---|
184 | * TANGLE: Implicit Variables. |
---|
185 | * TEX: Implicit Variables. |
---|
186 | * TEXI2DVI: Implicit Variables. |
---|
187 | * unexport: Variables/Recursion. |
---|
188 | * vpath <1>: Selective Search. |
---|
189 | * vpath: Directory Search. |
---|
190 | * VPATH <1>: Directory Search. |
---|
191 | * VPATH: General Search. |
---|
192 | * warning: Make Control Functions. |
---|
193 | * WEAVE: Implicit Variables. |
---|
194 | * wildcard <1>: File Name Functions. |
---|
195 | * wildcard: Wildcard Function. |
---|
196 | * word: File Name Functions. |
---|
197 | * wordlist: File Name Functions. |
---|
198 | * words: File Name Functions. |
---|
199 | * YACC: Implicit Variables. |
---|
200 | * YACCR: Implicit Variables. |
---|
201 | * YFLAGS: Implicit Variables. |
---|
202 | |
---|
203 | |
---|