搜索资源列表
file
- 文件模板生成器,一个可以生成规格化c,cpp,makefile,shell等文件的脚本,相当不错,我修改了一下自用。
Makefile
- makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、 功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需 要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能 操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。
package
- 1. stack trace package (3个文件) 2. makefile 详解 3. 使用shell scr ipt来远程执行任何command 4. C语言百问-1. Stack trace package (3 files) 2. Makefile explain 3. The use of shell scr ipt to execute any remote command 4. C Language Question 100
Makefile
- makefile 书写规范,教会您掌握MAKEFILE,轻松she-makefile written specification, the church you master MAKEFILE, easy to shell
shell-and-Makefile
- 跟我一起写Makefile和Shell的主要命令,对于初学Linux开发非常有用-Makefile Linux Shell
Makefile
- 本文介绍了Unix/Linux平台上如何编写Makefile来自动编译C/C++。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为 makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 -This article describes the Unix/Linux platform, how to write a Ma
mailserver
- telnet,outlook,foxmail测试通过 发送邮件,接收邮件,*和转发邮件. 使用了Makefile多文件,Shell脚本,守护进程.模拟了SMTP协议和POP3协议,编写的服务器端和客户端的邮件传输系统,支持多线程,多用户的功能.-telnet, outlook, foxmail test by sending e-mail, receive mail, mass, and forward messages. using the Makefile multiple fil
How_to_Write_makefile
- makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释make
Linux_MakeFile
- linux平台makefile编写,详细讲述了makefile编写的规则,技巧。从最基本的linux脚本到高级makefile编写例子-programming for make file on linux os, from base shell programming to advanced make file programming.
Linux-course
- Linux完整教程,详细makefile及gcc编译教学,shell教程、高级bash脚本教程、linux awk完全手册,linux命令大全-Complete Linux tutorials, detailed teaching makefile and gcc compiler, shell tutorials, advanced bash scr ipting tutorial, linux awk completely manual, linux commands
msh
- 自己编写的shell 解释器,包括myshell.c parse.lex he makefile三个文件可以实现列表,管道,重定向,内外部命令-I have written a shell interpreter, including three myshell.c parse.lex he makefile file list can be achieved, pipes, redirection, internal and external commands, etc.
cPPsourceCodeForStudyLinux
- 这是包含了 linux下的c++学习的若干示例代码,已经编写好了makefile 和 自动运行脚本。这是原创,绝无雷同,是本人平时的学习记录。希望对你有帮助-these are some sourcecode for studying c++ in linux.makefile and shell file which are used to test are written.hope u like them.
跟我一起写 Makefile
- Makefile入门,linux学习,shell学习(Makefile,linux and shell,study)
GNU Make手册
- make是一个命令工具,它解释Makefile 中的指令(应该说是规则)。在Makefile文件中描述了整个工程所有文件的编译顺序、编译规则。Makefile 有自己的书写格式、关键字、函数。像C 语言有自己的格式、关键字和函数一样。而且在Makefile 中可以使用系统shell所提供的任何命令来完成想要的工作。Makefile(在其它的系统上可能是另外的文件名)在绝大多数的IDE 开发环境中都在使用,已经成为一种工程的编译方法(Make is a command tool that expl
