1 Star 0 Fork 3

子安/linux-0.11-lab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.cg 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wu Zhangjin 提交于 2017-12-29 22:16 . callgraph: 10 is deep enough
# Makefile for callgraph generation
# OS := $(shell uname)
# CG := tools/callgraph
# f: function
# d: directory or file
# b: callgraph picture displayer
# D: calling depth
f ?= main
d ?= ./src
D ?= 10
# Mac OS X
ifeq ($(OS), Darwin)
b ?= /Applications/Safari.app/Contents/MacOS/Safari
else
b ?= chromium-browser
endif
cg:
$(Q)$(CG) -f $(f) -d $(d) -b $(b) -D $(D)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/andrewgithub/linux-0.11-lab.git
git@gitee.com:andrewgithub/linux-0.11-lab.git
andrewgithub
linux-0.11-lab
linux-0.11-lab
master

搜索帮助