GNU make manual 翻譯 三十九

2021-09-06 06:04:14 字數 719 閱讀 7134

繼續翻譯

3.3

including other makefiles

*************************====the `include

'directive tells `make

'to suspend reading the current

makefile and read one or more other makefiles before continuing. the

directive

is a line in the makefile that looks like this

: include filenames...

filenames can contain shell file name patterns. if filenames

isempty,

nothing

is included and no error is printed.

3.3 包含其他 makefile

指令如下面的樣子:

include  filenames 。。。

filenames 可以包含 shell 檔名稱模式。如果filenames 是空,那麼將不會包含任何檔案,也不會報錯。 

後文待續

GNU make manual 翻譯 十八

繼續翻譯 prerequisites of the goal.if some other rule isnot depended on by the goal or anything it depends on,etc.that rule isnot processed,unless you tel...

GNU make manual 翻譯 三十四

繼續翻譯 a directive is an instruction for make to do something special while reading the makefile.these include reading another makefile note including o...

GNU make manual 翻譯 三十五

繼續翻譯 in a line of a makefile starts a comment it and the rest of the line are ignored,except that a trailing backslash not escaped by another backslas...