GNU make manual 翻译(四十)
继续翻译 复制代码 Extra spaces are allowed and ignored at the beginning of the line, but the first character must not be a tab (or the value of &n...
GNU make manual 翻译( 一百零一)
继续翻译 By declaring the subdirectories as phony targets (you must do this as the subdirectory obviously always exists; otherwise it won't be built) you can remove these problems: SUBDIRS = f...
GNU make manual 翻译( 一百零四)
继续翻译 4.7 Rules without Recipes or Prerequisites ========================================== If a rule has no prerequisites or recipe, and the target of the rule is a nonexistent file, then `make' i...
GNU make manual 翻译( 一百零九)
继续翻译 `.LOW_RESOLUTION_TIME' If you specify prerequisites for `.LOW_RESOLUTION_TIME', `make' assumes that these files are created by commands that generate low resolution time stamps. The reci...
GNU make manual 翻译( 一百一十四)
继续翻译 4.10 Multiple Targets in a Rule =============================== A rule with multiple targets is equivalent to writing many rules, each with one target, and all identical aside from that. The...
GNU make manual 翻译( 一百一十五)
继续翻译 4.11 Multiple Rules for One Target ================================== One file can be the target of several rules. All the prerequisites mentioned in all the rules are merged into one list o...
GNU make manual 翻译( 一百二十三)
继续翻译 4.14 Generating Prerequisites Automatically =========================================== In the makefile for a program, many of the rules you need to write often say only that some object file...
GNU make manual 翻译( 一百二十四)
继续翻译 Note that such a prerequisite constitutes mentioning `main.o' in a makefile, so it can never be considered an intermediate file by implicit rule search. This means that `make' won't ever r...
GNU make manual 翻译( 一百二十八)
继续翻译 5.1 Recipe Syntax ================= Makefiles have the unusual property that there are really two distinct syntaxes in one file. Most of the makefile uses `make' syntax (*note Writing Makefi...
GNU make manual 翻译( 一百三十)
继续翻译 Sometimes you want to split a long line inside of single quotes, but you don't want the backslash-newline to appear in the quoted content. This is often the case when passing scripts to lan...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。