Autotools: A Practitioner's Guide to GNU Autoconf, Automake, and Libtool
The GNU Autotools make it easy for developers to create software that is portable across many UNIX-like operating systems. Thousands of open source software packages use the Autotools, but the learning curve is unfortunately steep, and it can be difficult for a beginner to find anything more than basic reference material on using the powerful software suite. In Autotools, author John Calcote begins with an overview of high-level concepts; then tackles more advanced topics, like using the M4 macro processor with Autoconf, extend ing the Automake framework, and building Java and C# sources. You'll learn how to: Master the Autotools build system to maximize your software's portability Generate Autoconf configuration scripts to simplify the compilation process Produce portable makefiles with Automake Build cross-platform software libraries with Libtool Write your own Autoconf macros Autotools also includes a variety of complete projects that you're encouraged to work through to gain a real-world sense of how to become an Autotools practitioner. For example, you'll turn the FLAIM and Jupiter projects' hand-coded, makefile-based build systems into a powerful Autotools-based build system.
用户评论
很经典的书,终于找到电子版了,国内都没有中文版。。。
据说是超级好书,现在的make都倾向于自动化了,不看书实在是不行了
谢谢,非常好的资源。对于使用c/c++进行开发有很好的帮助。
Excellent book, thanks for share
非常好,文字版的清晰度高的可怕,谢谢po主。
很不错的文档,英文阅读能力还过得去的话建议阅读。
非常好用的资源、GNU Autotool貌似就这么一本了。谢谢楼主。
内容很實用
GNU autotools, C的同学建议阅读下,这种资料很少
各种开源软件编译后,终于下决心找本书专门学习之,在这里找到,谢谢!