搜索资源列表
-
0下载:
autoconf 和 automake 生成 Makefile 文件-autoconf and automake generated Makefile file
-
-
0下载:
使用静态库编译链接swap.c,同时使用动态库编译链接myadd.c。可运行程序生成在src/main目录下。
使用autoconf和automake工具为project工程自动生成Makefile,并测试。-use autoconf and automake tools to create a Makefile for project
-
-
0下载:
一个使用automake autoconf产生Makefile的工程,并且里面使用了gettext进行国际化支持。有详细的文档说明-Use automake autoconf generate a Makefile in the project, and which uses gettext for internationalization support. Detailed documentation of
-
-
0下载:
运用autoconf和automake自动生成Makefile实例讲解-Automatically generated using autoconf and automake Makefile examples to explain
-
-
0下载:
redhat 操作系统环境下,实现最简洁的自动编译实例。使用系统自带的autoconf,automake,autoconfig工具实现自动编译。
使用方法:
1:修改Makefile.am文件,将需要编译的.cc文件添加到test_source选项中;
2:运行yadconf脚本文件生成自动编译脚本;
3:运行make命令实现编译。-redhat operating system environment, the most simple and automatic compile
-
-
0下载:
This the source of the creating Makefile.
Automake is a Perl scr ipt. The input files are called Makefile.am.
The output files are called Makefile.in they are intended for use
with Autoconf. Automake requires certain things to be done in your
-