您的位置:首页 > 其它

GNU 构建系统 - Automake, Autoconf, Libtool, Gettext

2012-06-14 01:24 921 查看
需要整理关于 'GNU构建系统' 的文章

Autoconf, Automake and Libtool
http://sources.redhat.com/autobook/autobook/autobook_toc.html http://sources.redhat.com/autobook/autobook/autobook_toc.html#SEC_Contents
Autoconf
http://zh.wikipedia.org/wiki/Autoconf
GNU构建系统
http://zh.wikipedia.org/wiki/GNU%E6%9E%84%E5%BB%BA%E7%B3%BB%E7%BB%9F
Autotoolset Tutorial
http://autotoolset.sourceforge.net/tutorial.html http://hi.baidu.com/aflyhorse1990/blog/item/516201520880bd030df3e322.html
Automake Manual
http://www.gnu.org/software/automake/manual/html_node/index.html
Autoconf Manual
http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/index.html
Autotools: a practitioner's guide to Autoconf, Automake and Libtool
http://www.freesoftwaremagazine.com/books/autotools_a_guide_to_autoconf_automake_libtool
Using Automake and Autoconf with C++
http://www.openismus.com/documents/linux/automake/automake.shtml
Automake
http://zh.wikipedia.org/wiki/Automake
Libtool
http://zh.wikipedia.org/wiki/Libtool http://www.ibm.com/developerworks/cn/aix/library/1007_wuxh_libtool/index.html http://www.gnu.org/software/libtool/manual/
GCC
http://zh.wikipedia.org/wiki/GCC
Autotools Tutorial
http://www.lrde.epita.fr/~adl/autotools.html
Gettext
http://zh.wikipedia.org/wiki/Gettext
国际化与本地化
http://zh.wikipedia.org/wiki/%E5%9B%BD%E9%99%85%E5%8C%96%E5%92%8C%E6%9C%AC%E5%9C%B0%E5%8C%96
Linux下Makefile的automake生成全攻略
http://tech.sina.com.cn/s/2004-10-19/1115443045.shtml
例解 autoconf 和 automake 生成 Makefile 文件
http://www.ibm.com/developerworks/cn/linux/l-makefile/
Learning the GNU development tools
http://autotoolset.sourceforge.net/tutorial.html
autotut: Using GNU auto{conf,make,header}
http://www.seul.org/docs/autotut/
不足之处:

---------------------------------------------------------------------------------------------------

Stop the autoconf insanity! Why we need a new build system.
http://freecode.com/articles/stop-the-autoconf-insanity-why-we-need-a-new-build-system
Why the KDE project switched to CMake -- and how
http://lwn.net/Articles/188693/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  gnu autotools