Study of writting Makefile

来源:互联网 发布:导航那个软件好 编辑:程序博客网 时间:2024/05/01 08:58

Don't confine yourself to using makefiles to compile code or create libraries. You can use them to automate any task where there is a sequence of commands that get you from some sort of input file to an output file. A typical "non compiler" use might be calling AWK or sed to process some files, or even generating manual pages. You can automate just about any file manipulation, just as long as make can work out, from the date and time information on the files, which ones have changed.

             ---- Beginning Linux Programming

原创粉丝点击