| Index Entry | | Section |
|
D | | |
| deducing commands (implicit rules) | | 2.5 make 의 명령어 줄이기 |
| default directries for included makefiles | | 3.3 다른 메이크파일 포함하기 |
| default goal | | 2.3 어떻게 make 가 Makefile을 처리하는가 |
| default goal | | 4 룰 작성하기 |
| default makefile name | | 3.2 메이크파일을 어떤 이름으로 할 것인가 |
| default rules, last-resort | | 10.6 Defining Last-Resort Default Rules |
| defining variables verbatim | | 6.8 Defining Variables Verbatim |
| deletion of target files | | 5.4 Errors in Commands |
| deletion of target files | | 5.5 Interrupting or Killing make |
| dependencies | | 4.1 룰 문법 |
| dependencies, automatic generation | | 3.3 다른 메이크파일 포함하기 |
| dependencies, automatic generation | | 4.12 Generating Dependencies Automatically |
| dependencies, introduction to | | 2.1 룰이 어떻게 생겼나 |
| dependencies, list of all | | 10.5.3 Automatic Variables |
| dependencies, list of changed | | 10.5.3 Automatic Variables |
| dependencies, varying (static pattern) | | 4.10 Static Pattern Rules |
| dependency | | 4 룰 작성하기 |
| dependency pattern, implicit | | 10.5.1 Introduction to Pattern Rules |
| dependency pattern, static (not implicit) | | 4.10.1 Syntax of Static Pattern Rules |
| directive | | 3.1 메이크파일에 무엇이 들어 있는가 |
| directories, printing them | | 5.6.4 The ‘--print-directory’ Option |
| directories, updating archive symbol | | 11.2.1 Updating Archive Symbol Directories |
| directory part | | 8.3 Functions for File Names |
| directory search (VPATH ) | | 4.3 의존성이 들어 있는 디렉토리 찾기 |
| directory search (VPATH ), and implicit rules | | 4.3.5 Directory Search and Implicit Rules |
| directory search (VPATH ), and link libraries | | 4.3.6 Directory Search for Link Libraries |
| directory search (VPATH ), and shell commands | | 4.3.4 디렉토리 찾기와 함께 셸 명령 사용하기 |
| directory search algorithm | | 4.3.3 How Directory Searches are Performed |
| directory search, traditional | | 4.3.3 How Directory Searches are Performed |
| dist (standard target) | | 9.2 Arguments to Specify the Goals |
| distclean (standard target) | | 9.2 Arguments to Specify the Goals |
| dollar sign ($ ), in function call | | 8.1 Function Call Syntax |
| dollar sign ($ ), in rules | | 4.1 룰 문법 |
| dollar sign ($ ), in variable name | | 6.3.2 Computed Variable Names |
| dollar sign ($ ), in variable reference | | 6.1 Basics of Variable References |
| double-colon rules | | 4.11 Double-Colon Rules |
| duplicate words, removing | | 8.2 Functions for String Substitution and Analysis |
|
E | | |
| E2BIG | | 5.6.3 Communicating Options to a Sub-make |
| echoing of commands | | 5.1 Command Echoing |
| editor | | 2 메이크파일에 대한 소개 |
| Emacs (M-x compile ) | | 5.4 Errors in Commands |
| empty commands | | 5.8 Using Empty Commands |
| environment | | 6.9 Variables from the Environment |
| environment, and recursion | | 5.6.2 Communicating Variables to a Sub-make |
| environment, SHELL in | | 5.2 명령어 실행 |
| errors (in commands) | | 5.4 Errors in Commands |
| errors with wildcards | | 4.2.2 와일드카드를 사용할 때 함정 |
| execution, in parallel | | 5.3 동시 실행 |
| execution, instead of | | 9.3 Instead of Executing the Commands |
| execution, of commands | | 5.2 명령어 실행 |
| exit status (errors) | | 5.4 Errors in Commands |
| explicit rule, definition of | | 3.1 메이크파일에 무엇이 들어 있는가 |
| exporting variables | | 5.6.2 Communicating Variables to a Sub-make |
|
F | | |
| f77 | | 10.2 Catalogue of Implicit Rules |
| f77 | | 10.3 Variables Used by Implicit Rules |
| features of GNU make | | 12 Features of GNU make |
| features, missing | | 13 Incompatibilities and Missing Features |
| file name functions | | 8.3 Functions for File Names |
| file name of makefile | | 3.2 메이크파일을 어떤 이름으로 할 것인가 |
| file name of makefile, how to specify | | 3.2 메이크파일을 어떤 이름으로 할 것인가 |
| file name prefix, adding | | 8.3 Functions for File Names |
| file name suffix | | 8.3 Functions for File Names |
| file name suffix, adding | | 8.3 Functions for File Names |
| file name with wildcards | | 4.2 파일이름으로 와일드카드 문자 사용하기 |
| file name, basename of | | 8.3 Functions for File Names |
| file name, directory part | | 8.3 Functions for File Names |
| file name, nondirectory part | | 8.3 Functions for File Names |
| files, assuming new | | 9.3 Instead of Executing the Commands |
| files, assuming old | | 9.4 Avoiding Recompilation of Some Files |
| files, avoiding recompilation of | | 9.4 Avoiding Recompilation of Some Files |
| files, intermediate | | 10.4 Chains of Implicit Rules |
| filtering out words | | 8.2 Functions for String Substitution and Analysis |
| filtering words | | 8.2 Functions for String Substitution and Analysis |
| finding strings | | 8.2 Functions for String Substitution and Analysis |
| flags | | 9.7 Summary of Options |
| flags for compilers | | 10.3 Variables Used by Implicit Rules |
| flavors of variables | | 6.2 The Two Flavors of Variables |
| FORCE | | 4.5 Rules without Commands or Dependencies |
| force targets | | 4.5 Rules without Commands or Dependencies |
| Fortran, rule to compile | | 10.2 Catalogue of Implicit Rules |
| functions | | 8 Functions for Transforming Text |
| functions, for file names | | 8.3 Functions for File Names |
| functions, for text | | 8.2 Functions for String Substitution and Analysis |
| functions, syntax of | | 8.1 Function Call Syntax |
|
G | | |
| g++ | | 10.2 Catalogue of Implicit Rules |
| g++ | | 10.3 Variables Used by Implicit Rules |
| gcc | | 10.2 Catalogue of Implicit Rules |
| generating dependencies automatically | | 4.12 Generating Dependencies Automatically |
| get | | 10.2 Catalogue of Implicit Rules |
| get | | 10.3 Variables Used by Implicit Rules |
| globbing (wildcards) | | 4.2 파일이름으로 와일드카드 문자 사용하기 |
| goal | | 2.3 어떻게 make 가 Makefile을 처리하는가 |
| goal, default | | 2.3 어떻게 make 가 Makefile을 처리하는가 |
| goal, default | | 4 룰 작성하기 |
| goal, how to specify | | 9.2 Arguments to Specify the Goals |
|
H | | |
| home directory | | 4.2 파일이름으로 와일드카드 문자 사용하기 |
|
I | | |
| IEEE Standard 1003.2 | | 1 make 의 개관 |
| implicit rule | | 10 암묵적인 룰 사용하기 |
| implicit rule, and directory search | | 4.3.5 Directory Search and Implicit Rules |
| implicit rule, and VPATH | | 4.3.5 Directory Search and Implicit Rules |
| implicit rule, definition of | | 3.1 메이크파일에 무엇이 들어 있는가 |
| implicit rule, how to use | | 10.1 Using Implicit Rules |
| implicit rule, introduction to | | 2.5 make 의 명령어 줄이기 |
| implicit rule, predefined | | 10.2 Catalogue of Implicit Rules |
| implicit rule, search algorithm | | 10.8 Implicit Rule Search Algorithm |
| included makefiles, default directries | | 3.3 다른 메이크파일 포함하기 |
| including (MAKEFILES variable) | | 3.5 변수 MAKEFILES |
| including other makefiles | | 3.3 다른 메이크파일 포함하기 |
| incompatibilities | | 13 Incompatibilities and Missing Features |
| Info, rule to format | | 10.2 Catalogue of Implicit Rules |
| install (standard target) | | 9.2 Arguments to Specify the Goals |
| intermediate files | | 10.4 Chains of Implicit Rules |
| intermediate files, preserving | | 10.4 Chains of Implicit Rules |
| intermediate targets, explicit | | 4.7 Special Built-in Target Names |
| interrupt | | 5.5 Interrupting or Killing make |
|