文件名称:gcc-deps-graph:从`gcc -MM`输出生成图形
文件大小:107KB
文件格式:ZIP
更新时间:2024-04-30 19:44:55
Python
源Deps图形生成器 用法: gcc $(SOURCES) -MM | ./grapMaker.py gcc $(find src/ -name "*.c") -MM | ./grapMaker.py -i filesToIgnoreWithoutFileExtension anotherFile 滴水: pip install graphviz 例子: 来源图使用gcc $(find src/ -name "*.c") -MM | ../gcc-deps-graph/graphMaker.py gcc $(find src/ -name "*.c") -MM | ../gcc-deps-graph/graphMaker.py
【文件预览】:
gcc-deps-graph-main
----graphMaker.py(929B)
----example.png(113KB)
----readme.md(419B)