File: makefile2graph.1

package info (click to toggle)
makefile2graph 2021.11.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: ansic: 511; makefile: 34; sh: 5
file content (20 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH makefile2graph 1 "2014-11-06" "lindenb/makefile2graph" "User Commands"
.SH NAME
makefile2graph \- Creates a graph of dependencies from GNU-Make
.SH SYNOPSIS
makefile2graph
.br
makefile2graph -B
.SH DESCRIPTION
Creates a graph of dependencies from GNU-Make; Output is a graphiz-dot file. sub-makefiles are not supported.
.SH OPTIONS
The options of makefile2graph are the same as make(1).
.TP
\fB\-B\fR, \fB\-\-always\-make\fR
Show the graph as though all targets would be remade from scratch.
.SH SEE ALSO
make2graph(1), make(1), dot(1)
.SH AUTHOR
Shaun jackmnan (@sjackman) wrote this small script.
.br
Pierre Lindenbaum (@yokofakun) wrote make2graph.