搜索资源列表
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的调试版可执行程序。
GNUmake
- GNU Make,介绍了linux下makefile的语法,排版清晰,使用方便。
LinuxMake
- GNU Make 使用手册(中译版) 翻译:于凤昌 译者注:本人在阅读Linux源代码过程中发现如果要全面了解Linux的结构、理解Linux的编程总体设计及思想必须首先全部读通Linux源代码中各级的Makefile文件。目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解
EECS_6728_Makefile_Generator
- makefile generator for gnu make, written in Qt 4.5
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
GNU-make
- 详细介绍了makefile的语法及编写规则。-intoductor the GNU make rule in detail.
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
GNU-make-tranlated-by-Chinese
- makefile编写手册。介绍得比较全面,担前面介绍太多概念,容易失去兴趣。最好还是该跳过时跳过。回头再看-Makefile write manual. To introduce it too is quite comprehensive, bear introduced too much in front of the concept, easy to lose interest. Still had better the jump out of date skip. Back to see
GNU-make
- 本书比较完整的讲述了GUN make工具,涵盖GUN make的用法、语法。同时重点讨论为一个工程编写makefile.-This book tells the comparatively complete GUN make tools, covers the usage of the GUN make, grammar. At the same time a discussion on a project to write makefile.
9-Makefile
- Linux程序员必须学会使用GNU make来构建和管理自己的软件工程。GNU的make能够使整个软件工程的编译、链接只需要一个命令就可以完成。-Linux programmers have to learn to use GNU make to build and manage their own software engineering. GNU make can make the whole software engineering compile, link, only one comm
Makefile-program
- 本文比较完整的讲述GNU make工具,涵盖GNU make的用法、语法。同时重点讨论如何为一个工程编写Makefile。-This article describes GNU make more complete tool, covering the usage of GNU make syntax. At the same time focus on how to write a Makefile for the project.
GNU makeman.pdf
- 这是一篇介绍GNU Make的文章,读完后应该基本掌握了make的用法。(It's very important to learn the Linux system to make and makefile)
GNU Make手册
- make是一个命令工具,它解释Makefile 中的指令(应该说是规则)。在Makefile文件中描述了整个工程所有文件的编译顺序、编译规则。Makefile 有自己的书写格式、关键字、函数。像C 语言有自己的格式、关键字和函数一样。而且在Makefile 中可以使用系统shell所提供的任何命令来完成想要的工作。Makefile(在其它的系统上可能是另外的文件名)在绝大多数的IDE 开发环境中都在使用,已经成为一种工程的编译方法(Make is a command tool that expl
