编写makefile [[求救]]
对于编写makefile
简单的我还应付得了,可是这一次作业,接口函数多了一点,所以实在不知道怎么编写了。向各位高手求助了,谢谢!
文件结构如下:
gui.c
include/assert.h
include/except.h
include/mem.h
include/list.h
include/document.h
src/assert.c
src/except.c
src/mem.c
src/list.c
src/document.c
src/except.c的包含的头文件有:include "assert.h" "except.h"
src/mem.c包含的头文件有:include "assert.h" "except.h" "mem.h"
src/list.c包含的头文件有:include "assert.h" "mem.h" "list.h"
src/document.h包含的头文件有include <gtk/gtk.h> "mem.h" "document.h"
gui.c包含的头文件有:include <gtk/gtk.h> "list.h" "document.h"
所以只能求救了!
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论