macOS
brew install makefile2graphlocal Homebrew formula metadata
brew
makefile2graph のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install makefile2graphlocal Homebrew formula metadata
sudo apt install makefile2graphDebian stable package indexes · makefile2graph · ソース: deb.debian.org
nix profile install nixpkgs#makefile2graphnixpkgs package indexes · pkgs/by-name/ma/makefile2graph/package.nix · ソース: api.github.com
概要
Create a graph of dependencies from GNU-Make
履歴
makefile2graph is a small command-line tool that turns GNU Make's debug database output into dependency graphs.
The upstream repository was created in 2014 and the README history records active feature work starting in September 2014, including fixes for GNU Make 4.0 output, long options, basename and suffix handling, root node output, and version printing.
The README shows the tool widening beyond its original Graphviz/dot and GEXF XML output. It added a 'deep' output mode in December 2014, graph formatting controls in August 2023, and PlantUML and Mermaid output formats on August 30, 2023.
The official README describes a specific package-maintainer workflow: pipe 'make -Bnd' into make2graph, then feed dot output to Graphviz or emit XML, PlantUML, Mermaid, target lists, or deepest independent targets.
Its adoption evidence is mostly repository-level and use-case based rather than institutional. The README's cluster note for deepest independent targets shows the tool solving a real build-analysis problem for complex makefiles.
Typical usage is 'make -Bnd | make2graph > output.dot' or piping the result to Graphviz to render an image. Other formats include GEXF XML, Mermaid, PlantUML, all-target lists, and deepest independent target output.
The README notes an important parser constraint: make2graph only parses English messages from GNU Make, so users with another locale should set LC_ALL=C. It also states that sub-makefiles are not supported.
makefile2graph is the sort of tool package maintainers reach for when a makefile has become a dependency maze. It gives a visual or list-oriented view of what GNU Make thinks it is going to do.
It is also interesting because it depends on GNU Make's own debug output rather than reimplementing a makefile parser. That keeps the tool small, but ties it to GNU Make output format and locale.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
make2graph | cli | グローバル実行可能ファイル | |
makefile2graph | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/lindenb/makefile2graph
インストールメタデータ
| パッケージキー | brew:makefile2graph |
|---|---|
| バージョン | 2021.11.06 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/makefile2graph |
| ホームページ | https://github.com/lindenb/makefile2graph |
| リポジトリ | https://github.com/lindenb/makefile2graph |
| 上流ドキュメント | https://github.com/lindenb/makefile2graph#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/lindenb/makefile2graph/archive/refs/tags/2021.11.06.tar.gz |
| 最終更新 | 2026-06-13T23:35:04+02:00 |
| Pulse | updated |
| 依存関係 | graphviz |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | makefile2graph |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
makefile2graph 2021.11.06-1+b1
creates a graph of dependencies from GNU-Make
https://github.com/lindenb/makefile2graph
sudo apt install makefile2graphmakefile2graph
nix profile install nixpkgs#makefile2graphmakefile2graph 2021.11.06-1
creates a graph of dependencies from GNU-Make
https://github.com/lindenb/makefile2graph
sudo apt install makefile2graphソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.