GNU make manual 翻译( 一百七十五)
继续翻译 `.DEFAULT_GOAL' Sets the default goal to be used if no targets were specified on the command line (*note Arguments to Specify the Goals: Goals.). The `.DEFAULT_GOAL' variable al...
GNU make manual 翻译(七)
继续翻译 2 An Introduction to Makefiles ****************************** You need a file called a "makefile" to tell `make' what to do. Most often, the makefile tells `make' how to comp...
GNU make manual 翻译(二十四)
继续翻译 复制代码 When a `.c' file is used automatically in this way, it is also automatically added to the list of prerequisites. We can therefore omit the `.c' files from the ...
GNU make manual 翻译(二十五)
继续翻译 This is how we would write the makefile in actual practice. (The complications associated with `clean' are described elsewhere. See *note Phony Targets::, and *note Errors...
GNU make manual 翻译(四)
继续翻译 复制代码 1.2 Problems and Bugs ===================== If you have problems with GNU `make' or think you've found a bug, please report it t...
GNU make manual 翻译(九)
继续翻译 复制代码 A "recipe" is an action that `make' carries out. A recipe may have more than one command, either on the same line or each on its own line. *Ple...
GNU make manual 翻译(十二)
继续翻译 复制代码 We split each long line into two lines using backslash-newline; this is like using one long line, but is easier to read. T...
GNU make manual 翻译(三十)
继续翻译 复制代码 A rule such as this should not be placed at the beginning of the makefile, because we do not want it to run by default! Thus, in the example makefile, we want the rule for `edit...
GNU make manual 翻译( 一百一十)
继续翻译 `.SILENT' If you specify prerequisites for `.SILENT', then `make' will not print the recipe used to remake those particular files before executing them. The recipe for `.SILENT' is ignor...
GNU make manual 翻译( 一百二十九)
继续翻译 5.1.1 Splitting Recipe Lines ---------------------------- One of the few ways in which `make' does interpret recipes is checking for a backslash just before the newline. As in normal makefil...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。