可以不可以编写多个makefile文件啊?如果要写多个makefile文件怎么做??
可以写多个啊,make时用 -f 参数指定以一个makefile就可以。
应该可以的, 用include. 就像一个 C++ header file 还是可以其他header files 一样的道理。