GNU make manual 翻译(六十三)

继续翻译    After the first expansion phase the prerequisites list of the 'myfile' target will be `onefile' and `$(TWOVAR)'; the first (unescape...

GNU make manual 翻译( 一百)

继续翻译 Thus, you first write the line that states that `clean' is a phony target, then you write the rule, like this: .PHONY: clean clean: rm *.o temp A...

GNU make manual 翻译( 一百二十一)

继续翻译 4.13 Double-Colon Rules ======================= Double-colon rules are explicit rules written with `::' instead of `:' after the target names. Th...

GNU make manual 翻译( 一百七十二)

继续翻译 6.12 Pattern-specific Variable Values ===================================== In addition to target-specific variable values (*note Target-specific...

GNU make manual 翻译( 一百七十四)

继续翻译 6.14 Other Special Variables ============================ GNU `make' supports some variables that have special properties. `MAKEFILE_LIST' Contai...

GNU make manual 翻译( 一百八十一)

继续翻译 The syntax of the CONDITIONAL-DIRECTIVE is the same whether the conditional is simple or complex; after an `else' or not. There are four differen...

GNU make manual 翻译( 一百八十四)

继续翻译 7.3 Conditionals that Test Flags ================================ You can write a conditional that tests `make' command flags such as `-t' by usi...

GNU make manual 翻译(五)

继续翻译 复制代码    Before reporting a bug or trying to fix it yourself, try to isolate     it to the smallest possible makefile that rep...

GNU make manual 翻译(二十一)

继续翻译 复制代码               It is standard practice for every makefile to have a variable named  `objects', `...

GNU make manual 翻译(四十一)

继续翻译    For example, if you have three `.mk' files, `a.mk', `b.mk', and  `c.mk', and `$(bar)' expands to `bish bash', then the followin...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

社区圈子

开发与运维
开发与运维
集结各类场景实战经验,助你开发运维畅行无忧
6420+人已加入
加入
相关电子书
更多
Decian GNU/Linux安全合规之路
Debian GNU/Linux 安全合规之路
立即下载 立即下载
相关镜像