搜索资源列表
GNU_make_man_cn_v3.8
- 本文比较完整的讲述GNU make 工具,涵盖GNU make 的用法、语法。同时重点讨论如何 为一个工程编写Makefile。 本版本为中文版-this relatively complete tool on GNU make, covering GNU make the usage, grammar. Also focus on how to prepare a project Makefile. This version of the Chinese version
GNUMakemanual
- GNU Make 使用手册(中译版)目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。
Makefile
- 基于GNU的Makefile编写规则,提供了大型工程中软件编译的普遍方法。
GNU-Make
- GNU Make 使用手册(中译版)本人在阅读Linux源代码过程中发现如果要全面了解Linux的结构、理解Linux的编程总体设计及思想必须首先全部读通Linux源代码中各级的Makefile文件。目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。
GNU Makefile 一本通
- 关于 make 使用的文档, 看完这个 就会写make文件了
GNU make中文手册
- 介绍了linux中编写makefile文件的法则,已经翻译成了中文
gnu make file 编写
- gun make file 相关知识
Linux_Makefile_automake
- 在本文中,将给大家介绍如何使用autoconf和automake两个工具来帮助我们自动地生成符合自由软件惯例的Makefile,这样就可以象常见的GNU程序一样,只要使用“./configure”,“make”,“make instal”就可以把程序安装到Linux系统中去了。这将特别适合想做开放源代码软件的程序开发人员,又或如果你只是自己写些小的Toy程序,那么这个文章对你也会有很大的帮助(解压后请用html打开)-In this article, we will introduce how
200841613515595
- 下载vsftpd-2.0.6.tar.gz 网上很好找的,附件也提供下载,解压。 tar zxvf vsftpd-2.0.6.tar.gz 修改解压包内文件MakeFile,改交叉编译器,我的路径是 # Makefile for systems with GNU tools CC= /usr/local/arm/3.4.1/bin/arm-linux-gcc 直接编译会出错,还要改一个包含库文件的文件vsf_findlibs.sh 把下面两句屏蔽掉吧-Download vs
GNU_MAKE
- GNU MAKE的中文手册, 网页版,说明了makefile的所有规则-GNU MAKE the Chinese manuals, web version, explained all the rules makefile
lpc_blink_switch_cpp_20050429
- This a simple example to let a LED blink and test button-input (GPIO) on a Philips LPC2106 (ARM7TDMI-S-architecture). The demo-board LPC-P2106 from Olimex has been used. The project-setup is adapted for the arm-elf GNU-toolchain on MS-Windows "hosts"
GNU-make
- makefile工程管理,让你成为真正的嵌入式高手-the makefile project management, you become a true master of embedded
opengl
- makefile for a gnu. c++ opengl
GNU-Makefile
- makefile 说明文档,详细说明makefile语法和使用方法-makefile document,describe the programer and the using method
GNU-make
- 讲述GNU make工具,涵盖GNU make的用法、语法。同时重点讨论如何为一个工程编写Makefile。-About the GNU make utility, covering the GNU make usage and grammar. At the same time focus on how to write one for a project.
make_cn.tar
- 开源软件项目管理的核心工具 GNU Makefile 的手册中文翻译. 这是偶看到的所有开发工具手册中翻译最好的一本, 没有之一.-GNU Makefile Manual
GNU-make-Chinese-version
- linux内核编程GNU make ver3.8手册中文版,详细介绍makefile的编写规则,是官方英文版的翻译-The Linux kernel programming GNU make ver3.8 manual available in Chinese, details of the write makefile rules, is the official English translation
gnu-make
- 本书主要是针对那些对linux编程感兴趣的朋友 可以通过此书了解makefile的书写方式