| Index Entry | Section |
|
J | | |
| job slots | 5.3 동시 실행 |
| job slots, and recursion | 5.6.3 Communicating Options to a Sub-make |
| jobs, limiting based on load | 5.3 동시 실행 |
| joining lists of words | 8.3 Functions for File Names |
|
K | | |
| killing (interruption) | 5.5 Interrupting or Killing make |
|
L | | |
| last-resort default rules | 10.6 Defining Last-Resort Default Rules |
| ld | 10.2 Catalogue of Implicit Rules |
| lex | 10.2 Catalogue of Implicit Rules |
| lex | 10.3 Variables Used by Implicit Rules |
| Lex, rule to run | 10.2 Catalogue of Implicit Rules |
| libraries for linking, directory search | 4.3.6 Directory Search for Link Libraries |
| library archive, suffix rule for | 11.4 Suffix Rules for Archive Files |
| limiting jobs based on load | 5.3 동시 실행 |
| link libraries, and directory search | 4.3.6 Directory Search for Link Libraries |
| linking, predefined rule for | 10.2 Catalogue of Implicit Rules |
| lint | 10.2 Catalogue of Implicit Rules |
| lint , rule to run | 10.2 Catalogue of Implicit Rules |
| list of all dependencies | 10.5.3 Automatic Variables |
| list of changed dependencies | 10.5.3 Automatic Variables |
| load average | 5.3 동시 실행 |
| loops in variable expansion | 6.2 The Two Flavors of Variables |
| lpr (셸 명령) | 4.6 Empty Target Files to Record Events |
| lpr (셸 명령어) | 4.2.1 와일드카드 예제 |
|
M | | |
| m2c | 10.2 Catalogue of Implicit Rules |
| macro | 6. How to Use Variables |
| make depend | 4.12 Generating Dependencies Automatically |
| MAKECMDGOALS | 9.2 Arguments to Specify the Goals |
| makefile | 2. 메이크파일에 대한 소개 |
| makefile name | 3.2 메이크파일을 어떤 이름으로 할 것인가 |
| makefile name, how to specify | 3.2 메이크파일을 어떤 이름으로 할 것인가 |
| makefile rule parts | 2.1 룰이 어떻게 생겼나 |
| makefile, and MAKEFILES variable | 3.5 변수 MAKEFILES |
| makefile, how make processes | 2.3 어떻게 make 가 Makefile을 처리하는가 |
| makefile, how to write | 3. 메이크파일 작성하기 |
| makefile, including | 3.3 다른 메이크파일 포함하기 |
| makefile, overriding | 3.7 다른 메이크파일의 일부를 무시하기 |
| makefile, remaking of | 3.6 메이크파일 다시 만드는 법 |
| makefile, simple | 2.2 간단한 메이크파일 |
| makeinfo | 10.2 Catalogue of Implicit Rules |
| makeinfo | 10.3 Variables Used by Implicit Rules |
| match-anything rule | 10.5.5 Match-Anything Pattern Rules |
| match-anything rule, used to override | 3.7 다른 메이크파일의 일부를 무시하기 |
| missing features | 13. Incompatibilities and Missing Features |
| mistakes with wildcards | 4.2.2 와일드카드를 사용할 때 함정 |
| modified variable reference | 6.3.1 Substitution References |
| Modula-2, rule to compile | 10.2 Catalogue of Implicit Rules |
| mostlyclean (standard target) | 9.2 Arguments to Specify the Goals |
| multiple rules for one target | 4.9 Multiple Rules for One Target |
| multiple rules for one target (:: ) | 4.11 Double-Colon Rules |
| multiple targets | 4.8 Multiple Targets in a Rule |
| multiple targets, in pattern rule | 10.5.1 Introduction to Pattern Rules |
|
N | | |
| name of makefile | 3.2 메이크파일을 어떤 이름으로 할 것인가 |
| name of makefile, how to specify | 3.2 메이크파일을 어떤 이름으로 할 것인가 |
| nested variable reference | 6.3.2 Computed Variable Names |
| newline, quoting, in commands | 5.2 명령어 실행 |
| newline, quoting, in makefile | 2.2 간단한 메이크파일 |
| nondirectory part | 8.3 Functions for File Names |
|
O | | |
| OBJ | 2.4 변수는 메이크파일을 간단하게 만든다 |
| obj | 2.4 변수는 메이크파일을 간단하게 만든다 |
| OBJECTS | 2.4 변수는 메이크파일을 간단하게 만든다 |
| objects | 2.4 변수는 메이크파일을 간단하게 만든다 |
| OBJS | 2.4 변수는 메이크파일을 간단하게 만든다 |
| objs | 2.4 변수는 메이크파일을 간단하게 만든다 |
| old-fashioned suffix rules | 10.7 Old-Fashioned Suffix Rules |
| options | 9.7 Summary of Options |
| options, and recursion | 5.6.3 Communicating Options to a Sub-make |
| options, setting from environment | 5.6.3 Communicating Options to a Sub-make |
| options, setting in makefiles | 5.6.3 Communicating Options to a Sub-make |
| order of pattern rules | 10.5.1 Introduction to Pattern Rules |
| origin of variable | 8.5 The origin Function |
| overriding makefiles | 3.7 다른 메이크파일의 일부를 무시하기 |
| overriding variables with arguments | 9.5 Overriding Variables |
| overriding with override | 6.7 The override Directive |
|
P | | |
| parallel execution | 5.3 동시 실행 |
| parallel execution, and archive update | 11.3 Dangers When Using Archives |
| parts of makefile rule | 2.1 룰이 어떻게 생겼나 |
| Pascal, rule to compile | 10.2 Catalogue of Implicit Rules |
| pattern rule | 10.5.1 Introduction to Pattern Rules |
| pattern rules, order of | 10.5.1 Introduction to Pattern Rules |
| pattern rules, static (not implicit) | 4.10 Static Pattern Rules |
| pattern rules, static, syntax of | 4.10.1 Syntax of Static Pattern Rules |
| pattern-specific variables | 6.11 Pattern-specific Variable Values |
| pc | 10.2 Catalogue of Implicit Rules |
| pc | 10.3 Variables Used by Implicit Rules |
| phony targets | 4.4 포니 타겟 |
| pitfalls of wildcards | 4.2.2 와일드카드를 사용할 때 함정 |
| portability | 12. Features of GNU make |
| POSIX | 1. make 의 개관 |
| POSIX.2 | 5.6.3 Communicating Options to a Sub-make |
| precious targets | 4.7 Special Built-in Target Names |
| prefix, adding | 8.3 Functions for File Names |
| preserving intermediate files | 10.4 Chains of Implicit Rules |
| preserving with .PRECIOUS | 4.7 Special Built-in Target Names |
| preserving with .PRECIOUS | 10.4 Chains of Implicit Rules |
| preserving with .SECONDARY | 4.7 Special Built-in Target Names |
| print (standard target) | 9.2 Arguments to Specify the Goals |
| print 타겟 | 4.2.1 와일드카드 예제 |
| print 타겟 | 4.6 Empty Target Files to Record Events |
| printing directories | 5.6.4 The ‘--print-directory’ Option |
| printing of commands | 5.1 Command Echoing |
| problems and bugs, reporting | 1.2 문제점과 버그 |
| problems with wildcards | 4.2.2 와일드카드를 사용할 때 함정 |
| processing a makefile | 2.3 어떻게 make 가 Makefile을 처리하는가 |
|