gcc -M main.c-- 其输出是 main.o : main.c defs.h iostream.hgcc -MM main.c # 这里用了 "-MM" 参数, 将不扫描标准库-- 其输出是 main.o : main.c defs.h