diff options
author | B. Watson <yalhcru@gmail.com> | 2017-04-01 15:53:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:57:41 +0700 |
commit | e2fa83f9692d6d52515caca003323813c7360281 (patch) | |
tree | db9dbf4d7a60cf4fb97e35cce0afab6b79c14c17 /system/makefile2graph/slack-desc | |
parent | 5e435e66cddaba157720082b4121bbf5dbacef17 (diff) |
system/makefile2graph: Added (dependency graphs from Makefile).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/makefile2graph/slack-desc')
-rw-r--r-- | system/makefile2graph/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/makefile2graph/slack-desc b/system/makefile2graph/slack-desc new file mode 100644 index 000000000000..41bcf96f2def --- /dev/null +++ b/system/makefile2graph/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +makefile2graph: makefile2graph (creates a dependency graph from a Makefile) +makefile2graph: +makefile2graph: Creates a graph of dependencies from GNU make Makefile. +makefile2graph: +makefile2graph: Output is a graphviz dot file, a Gexf-XML file, or a list of the +makefile2graph: deepest independent targets that should be made. +makefile2graph: +makefile2graph: sub-makefiles are not supported. +makefile2graph: +makefile2graph: +makefile2graph: |