搜索资源列表
gcc
- 本文将介绍如何利用 GNU Autoconf 及 Automake 这两套软体来协助我们『自动』产生 Makefile 档,并且让开发出来的软体可以像 Apache, MySQL 和常见的 GNU 软体一样,只要会 ``./configure , ``make , ``make install 就可以把程式安装到系统中。如果您有 心开发 Open Source 的软体,或只是想在 Unix 系统下写写程式。希望这份介绍文件能帮助您轻松地进入 Unix Programming -gcc
Linux_Makefile_automake
- 在本文中,将给大家介绍如何使用autoconf和automake两个工具来帮助我们自动地生成符合自由软件惯例的Makefile,这样就可以象常见的GNU程序一样,只要使用“./configure”,“make”,“make instal”就可以把程序安装到Linux系统中去了。这将特别适合想做开放源代码软件的程序开发人员,又或如果你只是自己写些小的Toy程序,那么这个文章对你也会有很大的帮助(解压后请用html打开)-In this article, we will introduce how
automake-1.10.tar.bz2
- Automake is a tool for automatically generating `Makefile.in files compliant with the GNU Coding Standards. -Automake is a tool for automatically generating `Makefile.in files compliant with the GNU Coding Standards.
automake
- manual for GNU automake in PDF format for the Linux platform
automake1.14.tar
- This is Automake, a Makefile generator. It aims to be portable and to conform to the GNU Coding Standards for Makefile variables and targets.-This is Automake, a Makefile generator. It aims to be portable and to conform to the GNU Coding Stand
APractionerGuide.pdf
- Autotools A PRACTITIONER’S GUIDE TO GNU AUTOCONF, AUTOMAKE, AND LIBTOOL