GNU make manual 번역
2025 단어 Make
4.12 Static Pattern Rules
=========================
Static pattern rules are rules which specify multiple targets and
construct the prerequisite names for each target based on the target
name. They are more general than ordinary rules with multiple targets
because the targets do not have to have identical prerequisites. Their
prerequisites must be _analogous_, but not necessarily _identical_.
4.12.1 Syntax of Static Pattern Rules
-------------------------------------
Here is the syntax of a static pattern rule:
TARGETS ...: TARGET-PATTERN: PREREQ-PATTERNS ...
RECIPE
...
The TARGETS list specifies the targets that the rule applies to. The
targets can contain wildcard characters, just like the targets of
ordinary rules (*note Using Wildcard Characters in File Names:
Wildcards.).
4.12 정적 모드 규칙
=========================
정적 모드 규칙은 여러 가지 목적을 제정하고 모든 목적으로 구축하며 목적 이름을 이용하여 전제 조건의 이름을 지정하는 규칙이다.
그것들은 유일한 이름을 가질 필요가 없기 때문에 일반적인 여러 가지 목적을 가진 규칙보다 더욱 통용성을 갖추고 있다.이런 규칙의 전제 조건은 이름은 반드시 비교할 수 있지만 유일할 필요는 없다.
4.12.1 정적 패턴 규칙의 문법 -----------------------------
다음은 정적 모드 규칙의 구문입니다.
TARGETS ...: TARGET-PATTERN: PREREQ-PATTERNS ... RECIPE ...
목적 목록은 규칙이 적용될 목적을 가리킨다.목적은 일반 규칙의 목적과 같이 와일드카드를 포함할 수 있습니다(*note Using Wildcard Characters in File Names: Wildcards.)
후문이 계속되다
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Windows용 GNU Make에서 PowerShell을 사용하는 방법Windows용 GNU Make를 설치하고 기본 설정으로 실행하면 쉘이 명령 프롬프트(cmd.exe)로 실행됩니다. 어떻게 해서 Windows PowerShell (powershell.exe)로 변경할 수 없는지 조...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.