Welcome![Sign In][Sign Up]
Location:
Search - makefile automake autoconf

Search list

[Develop Toolsproject

Description: 讲解如何用automake和autoconf编写makefile的程序,使用automake和autoconf来编写makefile,可以避免平台移植带来的很多问题,而且编写简单
Platform: | Size: 190662 | Author: 饭桶 | Hits:

[Other resourcegcc_first

Description: autoconf automake实例gcc编译java方法.txt,gcc的组件和软件工具 .txt,gcc库.txt,gdb自己总结.txt,linux 下gcc 编程.ppt,linux下JAVA环境设置.pdf,Vi指令大全.htm,跟我一起写 Makefile.pdf
Platform: | Size: 6265164 | Author: tao | Hits:

[Booksproject

Description: 讲解如何用automake和autoconf编写makefile的程序,使用automake和autoconf来编写makefile,可以避免平台移植带来的很多问题,而且编写简单-Explain how to use automake and autoconf procedure for the preparation of makefile, use automake and autoconf to write makefile, the platform could have been avoided many of the problems brought about by transplantation, and the preparation of simple
Platform: | Size: 190464 | Author: 饭桶 | Hits:

[Othergcc_first

Description: autoconf automake实例gcc编译java方法.txt,gcc的组件和软件工具 .txt,gcc库.txt,gdb自己总结.txt,linux 下gcc 编程.ppt,linux下JAVA环境设置.pdf,Vi指令大全.htm,跟我一起写 Makefile.pdf-autoconf automake instances gcc compiler java methods. txt, gcc components and software tools. txt, gcc library. txt, gdb their summing up. txt, linux under gcc programming. ppt, linux under the JAVA environment settings. pdf, Vi commands Guinness . htm, with me to write Makefile.pdf
Platform: | Size: 6264832 | Author: tao | Hits:

[Othergcc

Description: 本文将介绍如何利用 GNU Autoconf 及 Automake 这两套软体来协助我们『自动』产生 Makefile 档,并且让开发出来的软体可以像 Apache, MySQL 和常见的 GNU 软体一样,只要会 ``./configure , ``make , ``make install 就可以把程式安装到系统中。如果您有 心开发 Open Source 的软体,或只是想在 Unix 系统下写写程式。希望这份介绍文件能帮助您轻松地进入 Unix Programming -gcc
Platform: | Size: 41984 | Author: zhj | Hits:

[Software EngineeringLinux_Makefile_automake

Description: 在本文中,将给大家介绍如何使用autoconf和automake两个工具来帮助我们自动地生成符合自由软件惯例的Makefile,这样就可以象常见的GNU程序一样,只要使用“./configure”,“make”,“make instal”就可以把程序安装到Linux系统中去了。这将特别适合想做开放源代码软件的程序开发人员,又或如果你只是自己写些小的Toy程序,那么这个文章对你也会有很大的帮助(解压后请用html打开)-In this article, we will introduce how to use autoconf and automake tools to help us automatically generate practice in line with the free software Makefile, so that could be as common as GNU program, as long as the use of " ./Configure" , " make " ," make instal " can be installed on the Linux system to the. This will be particularly well suited to do the procedures for open source software developers, or if you just wrote it myself Toy Minor procedures, then this article you will be very helpful (after decompression with open html)
Platform: | Size: 100352 | Author: 竹子 | Hits:

[Linux-Unixtest1_tar_gz

Description: autoconf 和 automake 生成 Makefile 文件-autoconf and automake generated Makefile file
Platform: | Size: 756736 | Author: liqiang | Hits:

[Linux-UnixMakefile

Description: 使用静态库编译链接swap.c,同时使用动态库编译链接myadd.c。可运行程序生成在src/main目录下。 使用autoconf和automake工具为project工程自动生成Makefile,并测试。-use autoconf and automake tools to create a Makefile for project
Platform: | Size: 61440 | Author: amy | Hits:

[Otherautotools

Description: autotools是一套工具,包括automake、autoconf等,用于自动配置软件源码,生成Makefile等,该资料是以用例的方式向大家介绍这些工具的使用。-autotools is a tool chain, inluding automake, autoconf, etc, which is used to configure sourcecode and generate "Makefile" automatically.
Platform: | Size: 207872 | Author: Lee CQ | Hits:

[Linux-Unixgtkgettext.tar

Description: 一个使用automake autoconf产生Makefile的工程,并且里面使用了gettext进行国际化支持。有详细的文档说明-Use automake autoconf generate a Makefile in the project, and which uses gettext for internationalization support. Detailed documentation of
Platform: | Size: 174080 | Author: zhangzhao | Hits:

[Linux-Unixautomake

Description: 运用autoconf和automake自动生成Makefile实例讲解-Automatically generated using autoconf and automake Makefile examples to explain
Platform: | Size: 19456 | Author: cuiwenchao | Hits:

[Embeded LinuxMakefile_am_creator

Description: 说明:包含程序和代码。 该程序源代码用于创建automake.am和其他文件。用于linux下制作makefile文件。 1. 把src_makefile和automake.exe拷贝到需要创建automake.am的主目录。 2. 执行automake.exe,点击 创建automake.am文件,默认选择当前目录。确定后得到一组文件src_makefile。 3. 将linux工程和src_makefile目录下的所有文件放于linux下同一个目录下。 4. 依次使用如下命令创建 makefile文件及对linux项目进行编译。 autoscan aclocal autoconf autoheader automake ./configure make 5. 如果编译出错,去掉automake.am中的一些库,比如liblua.a,增加工程需要的linux库,重新编译。-Description: Contains the program and code. The source code used to create automake.am and other documents. Produced under the makefile for linux. 1 copy to the src_makefile and automake.exe automake.am need to create the home directory. 2 Executive automake.exe, click Create automake.am file, select the current default directory. Determined to be a group of files src_makefile. 3 Engineering and src_makefile the linux directory to put all the files in a directory in linux the same below. 4 in order to use the following command to create a makefile and build the project on linux. autoscan aclocal autoconf autoheader automake./configure make 5. If the compilation error, remove the automake.am in some libraries, such as liblua.a, increase the linux library needed for the project, re-compile.
Platform: | Size: 158720 | Author: hanjie | Hits:

[Linux-Unixautomake-sample.tar

Description: redhat 操作系统环境下,实现最简洁的自动编译实例。使用系统自带的autoconf,automake,autoconfig工具实现自动编译。 使用方法: 1:修改Makefile.am文件,将需要编译的.cc文件添加到test_source选项中; 2:运行yadconf脚本文件生成自动编译脚本; 3:运行make命令实现编译。-redhat operating system environment, the most simple and automatic compiler instance. The system comes with autoconf, the automake, autoconfig tool automatically compiles. How to use: 1: Modify the Makefile.am file, and will need to compile the cc files added to test_source option 2: run yadconf the script file generated automatically compile the script 3: Run the make command to achieve the compiler.
Platform: | Size: 259072 | Author: yuandong | Hits:

[Linux-Unixautomake-1.4-8.3.tar

Description: This the source of the creating Makefile. Automake is a Perl script. 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 configure.in.-This is the source of the creating Makefile. Automake is a Perl script. 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 configure.in.
Platform: | Size: 355328 | Author: kmc | Hits:

CodeBus www.codebus.net