Skip to content

A ruby script to find out the c code header file dependency. Usage: ruby dep_tree.rb <option> <your/path/to/the/src/code>. Options: -i: Patial tree, ignore some dependencies if already detected.

Notifications You must be signed in to change notification settings

samchen2009/dep_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Usage:

cd /the/top/of/your/source/code ruby /the/path/of/dep_tree.rb /path/of/your/c/files

Example:

ruby ../dep_tree.rb -i xxx/my_work.c

About

A ruby script to find out the c code header file dependency. Usage: ruby dep_tree.rb <option> <your/path/to/the/src/code>. Options: -i: Patial tree, ignore some dependencies if already detected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages