Open5
GNU make の用語集
背景
GNU Make Manual - GNU Project - Free Software Foundation には用語集 (glossary) が掲載されていなかったので。
作成の指針
- 『The GNU Make Manual』の第 0.77 版、GNU
make
v4.4.1 をもとにする。 - このマニュアルの Texinfo source (
make.texi
) から正規表現/@dfn\{(.+?)\}/
(例: '@dfn{target}
' のtarget
)に一致するフレーズを用語として抽出する。抽出する用語は、文書全体から正規表現に一致する分だけ、出現するセクションが異なれば何度でも項目として採用する。- 単語の補完: order-only prereq
- あわせて、周辺の文章を抜粋して、その用語の説明文とする。
- 文章が、これを説明するに足らない場合、その用語は採用されない。
- 説明文は、最短でいちセンテンス、最長でいち段落程度の長さとする。
ライセンス
The GNU Free Documentation License Version 1.3
Copyright © 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Free Software Foundation, Inc.
用語 | 説明 |
---|---|
makefile[1] | You need a file called a makefile to tell make what to do. Most often, the makefile tells make how to compile and link a program. |
target[^What-a-Rule-Looks-Like] | A target is usually the name of a file that is generated by a program; examples of targets are executable or object files. |
脚注に示すハイパーリンクはすべて https://www.gnu.org/software/make/manual/ 以下に存在するいずれかの “with one web page per node” 様式の HTML 文書を参照している。加えて、これらハイパーリンクの URI フラグメント部を、“entirely on one web page” 様式の HTML 文書のリンク https://www.gnu.org/software/make/manual/make.html 末尾につけ替えることで[1]、目当てのセクションへと行きつくことができる。