Makefile
一个工程中的源文件不计其数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,也可以执行操作系统的命令。[1-2]
资源总数
291
Makefile 全部资料 291 份
8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:
8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes: It uses big endian o...
2013-12-17
71
一個C語言hash表的實現 hash.c hash.h Makefile test2.c test.c
一個C語言hash表的實現 hash.c hash.h Makefile test2.c test.c
2013-12-18
86
介绍Linux的命令工具make及其所操作的makefile
介绍Linux的命令工具make及其所操作的makefile,它负责将源代码编译成可执行文件;然后介绍kbuild makefile对makefile做了哪些扩充,以及kbuild makefile的工作原理。
2016-08-07
63
本程序中有main.c、rfid.h、rfid.c、tty.h、tty.c和makefile六个文件
本程序中有main.c、rfid.h、rfid.c、tty.h、tty.c和makefile六个文件,是在嵌入式linux平台下通过串口对rfid读写器进行操作的源码。
2017-07-06
152