摘要
make实用程序起初是为了在维护C程序文件时,避免不必要的重编译而设计的,它也可以非常有效地来维护任何有相互依赖性的文集.而Makefile文件则记录着一个工程中众多文件的信息,各个文件的相关性,以及需要哪些命令来重编译已经改变了的文件.为了解决手写Makefile的不规范性的问题,Automake工具可以很好地帮助我们自动生成Makefile.
The make program is originally designed to avoid repeated assemble when it manages the C programs. It can be used to uphold many documents which depend each other. The Makefile describes the information of the documents, the dependence of each other and the command to be used to assemble the file which has been changed, Everyone can write the Makefile , Maybe it' s not compatible with the GNU standards, Fortunately, the automake tool can help us to create Makefile,
出处
《河北工业大学学报》
CAS
2005年第6期61-65,共5页
Journal of Hebei University of Technology