搜索资源列表
dess.zip
- Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
makefile1584651
- 一个智能GNU makefile 主要是懒得自己写makefile,那个《gnu makefile指南》中的智能makfile对我来说还不够简洁。 使用方法: 把makefile拷到代码目录里就行了,不需要做任何设置,输出名为test_main的调试版可执行程序。
GNUandmakefile
- 嵌入式GNU+makefile中文学习手册-Embedded GNU+ makefile manual to learn Chinese
GNU
- +make中文手册第二章:GNU make 介绍 2.1 Makefile简介 2.2 Makefile规则介绍 2.3 简单的示例 2.4 make如何工作 2.5 指定变量 2.6 自动推导规则 2.7 另类风格的makefile 2.8 清除工作目录过程文件 -+ Make Chinese manual Chapter: GNU make Descr iption 2.1 Makefile Introduction 2.3 Introduction 2.
EECS_6728_Makefile_Generator
- makefile generator for gnu make, written in Qt 4.5
gcc
- 本文将介绍如何利用 GNU Autoconf 及 Automake 这两套软体来协助我们『自动』产生 Makefile 档,并且让开发出来的软体可以像 Apache, MySQL 和常见的 GNU 软体一样,只要会 ``./configure , ``make , ``make install 就可以把程式安装到系统中。如果您有 心开发 Open Source 的软体,或只是想在 Unix 系统下写写程式。希望这份介绍文件能帮助您轻松地进入 Unix Programming -gcc
GNU_make
- GNU Makefile中文手册,适用于新手-GNU Makefile
Makefile
- GNU Make 使用手册(中译版),原汁原味的译文,是make文件不可多的的好教程-GNU Make
GNUmakemanual
- GNU make中文手册--本文比较完整的讲述GNU make工具,涵盖GNU make的用法、语法。同时重点讨论如何为一个工程编写Makefile。-GNU make English Manual- This article describes a relatively complete GNU make tool, covering the usage of GNU make, syntax. At the same time focus on how to prepare a projec
070907021605
- GNU makefile 的很好中文版的学习资料,供大家学习参考!-GNU makefile to learn the Chinese version of good information for them to learn from reference!
GNU-make
- 详细介绍了makefile的语法及编写规则。-intoductor the GNU make rule in detail.
GNU-make-GIMP
- 本文比较完整的讲述GNU make工具,涵盖GNU make的用法、语法。同时重点讨论如何为一个工程编写Makefile。-This more complete about the GNU make tool to cover the use of GNU make syntax. At the same time focus on how to write a project Makefile.
File1.pdf.tar
- (中 文版)详细讲述了基于 GNU MAKEFILE的 规则 以及使用 是 UNIX环境下 编程人 员 的 必备工 具-matirial of introduce using gnu make under unix os,which a really useful way to code with
gnumake-v3.80_cn.pdf.tar
- (中 文版)详细讲述了基于 GNU MAKEFILE的 规则 以及使用 是 UNIX环境下 编程人 员 的 必备工 具-matirial of introduce using gnu make under unix os,which a really useful way to code with
make_menu.tar
- GNU make 中文手册。Makefile简介,规则。函数调用的语法。使用make 更新静态库文件。-GNU make Chinese manual. Makefile profiles, rules. Function call syntax. Update the static library using make.
examples-make3.tar
- gnu makefile project 管理一书的源码,非常好的资料来学习makefile,linux程序员参考书-gnu makefile project management book of the source, very good information to learn makefile, linux programmers reference
GNU-Makefile
- 对GNU Makefile的中文说明手册-The Chinese descr iption of the GNU Makefile Manual
mipsucosii
- ucos移植到mips,采用gnu编译环境(mips-linux-gcc)(UCOS ported to MIPs, using the GNU compiler environment (mips-linux-gcc))
VxWorks-GNU+Make
- 基于VxWorks操作系统下makefile编译脚本编译原理,能够提供嵌入式开发makefile编写的详解。(Based on VxWorks operating system makefile compiler scr ipt compiler principle, to provide embedded development makefile write detailed explanation)
GNU Make手册
- make是一个命令工具,它解释Makefile 中的指令(应该说是规则)。在Makefile文件中描述了整个工程所有文件的编译顺序、编译规则。Makefile 有自己的书写格式、关键字、函数。像C 语言有自己的格式、关键字和函数一样。而且在Makefile 中可以使用系统shell所提供的任何命令来完成想要的工作。Makefile(在其它的系统上可能是另外的文件名)在绝大多数的IDE 开发环境中都在使用,已经成为一种工程的编译方法(Make is a command tool that expl