GNU make manual 翻译(二十七)
继续翻译
Here `defs.h' is given as a prerequisite of all the object files;
`command.h' and `buffer.h' are prerequisites of the specific object files listed for them. Whether this is better is a matter of taste: it is more compact, but some people dislike it because they find it clearer to put all the information about each target in one place.
这里, defs.h 是所有目标文件的前提条件;command.h 和 buffer.h 是 特定的目标文件的前提条件。
这么作好坏姑且不论,至少是一种尝试:它更加紧凑,但是有的人不喜欢这种方式,因为他们觉得把所有的信息都罗列出来也许更加的清晰。
后文待续