GNU make manual 翻译( 一百三十七)
继续翻译 Choosing a Shell in DOS and Windows ................................... Choosing a shell in MS-DOS and MS-Windows is much more complex than on other systems. On MS-DOS, if `SHELL' is not ...
GNU make manual 翻译( 一百五十九)
继续翻译 A computed variable name need not consist entirely of a single variable reference. It can contain several variable references, as well as some invariant text. For example, a_dirs :=...
GNU make manual 翻译(二)
继续翻译 复制代码 Preparing and Running Make ========================== To prepare to use `make', you must write a file called the ma...
GNU make manual 翻译( 一百零二)
继续翻译 A phony target should not be a prerequisite of a real target file;if it is, its recipe will be run every time `make' goes to update that file. As long as a phony target is never a prerequi...
GNU make manual 翻译( 一百零三)
继续翻译 Now you can say just `make' to remake all three programs, or specify as arguments the ones to remake (as in `make prog1 prog3'). Phoniness is not inherited: the prerequisites of a phony targe...
GNU make manual 翻译( 一百零六)
继续翻译 4.9 Special Built-in Target Names ================================= Certain names have special meanings if they appear as targets. `.PHONY' The prerequisites of the special target `.PHO...
GNU make manual 翻译( 一百一十九)
继续翻译 Each target specified must match the target pattern; a warning is issued for each target that does not. If you have a list of files, only some of which will match the pattern, you can use ...
GNU make manual 翻译( 一百二十六)
继续翻译 Once you've defined the rule to remake the `.d' files, you then use the `include' directive to read them all in. *Note Include::. For example: sources = foo.c bar.c include $(...
GNU make manual 翻译( 一百三十九)
继续翻译 We will change how this aspect of `make' works if we find a better alternative. In the mean time, you should not rely on any recipe using standard input at all if you are using the paralle...
GNU make manual 翻译( 一百四十三)
继续翻译 5.7.1 How the `MAKE' Variable Works ----------------------------------- Recursive `make' commands should always use the variable `MAKE', not the explicit command name `make', as shown here: ...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。