文件名称:make 多目录编译
文件大小:8KB
文件格式:RAR
更新时间:2016-05-06 13:17:18
make 多目录 多模块
举例说明怎么用make编译 管理多个目录下的源文件。
【文件预览】:
public
----help.h(0B)
----help.c(0B)
src
----Makefile(368B)
----paths(511B)
----main.c(161B)
Makefile
modulea
----modulea.c(103B)
----modulea.h(99B)
----Makefile(312B)
moduleb
----moduleb.h(98B)
----moduleb.c(103B)
----Makefile(312B)
bin
----test.out(23KB)
paths