GNU make manual 翻译( 一百八十四)
继续翻译 7.3 Conditionals that Test Flags ================================ You can write a conditional that tests `make' command flags such as `-t' by using the variable `MAKEFLAGS' together with the ...
GNU make manual 翻译( 一百七十六)
继续翻译 `MAKE_RESTARTS' This variable is set only if this instance of `make' has restarted (*note How Makefiles Are Remade: Remaking Makefiles.): it will contain the number of times thi...
GNU make manual 翻译( 一百八十五)
继续翻译 8 Functions for Transforming Text ********************************* Functions allow you to do text processing in the makefile to compute the files to operate on or the commands to use in reci...
GNU make manual 翻译( 一百二十)
继续翻译 4.12.2 Static Pattern Rules versus Implicit Rules ------------------------------------------------- A static pattern rule has much in common with an implicit rule defined as a pattern rule (*...
GNU make manual 翻译(五)
继续翻译 复制代码 Before reporting a bug or trying to fix it yourself, try to isolate it to the smallest possible makefile that reproduces the problem. Then send...
GNU make manual 翻译(二十一)
继续翻译 复制代码 It is standard practice for every makefile to have a variable named `objects', `OBJECTS', `objs', `OBJS', `obj', or `OBJ' which is...
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 following ...
GNU make manual 翻译( 九十八)
继续翻译 4.6 Phony Targets ================= A phony target is one that is not really the name of a file; rather it is just a name for a recipe to be executed when you make an explicit request. Th...
GNU make manual 翻译(十一)
继续翻译 复制代码 2.2 A Simple Makefile ===================== Here is a straightforward makefile that describes the way an executable file called ...
GNU make manual 翻译(十六)
继续翻译 复制代码 2.3 How `make' Processes a Makefile =================================== By default, `make' starts with the first target (not targets whose &nb...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。