macOS
brew install makedependlocal Homebrew formula metadata
sudo port install makedependMacPorts ports tree · x11/makedepend/Portfile · ソース: api.github.com
brew
makedepend のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install makedependlocal Homebrew formula metadata
sudo port install makedependMacPorts ports tree · x11/makedepend/Portfile · ソース: api.github.com
sudo apk add makedependAlpine Linux edge package indexes · makedepend · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#makedependnixpkgs package indexes · pkgs/by-name/ma/makedepend/package.nix · ソース: api.github.com
sudo zypper install makedependopenSUSE Tumbleweed package metadata · makedepend · ソース: download.opensuse.org
sudo dnf install imakeFedora Rawhide package metadata · imake · ソース: dl.fedoraproject.org
概要
Creates dependencies in makefiles
履歴
makedepend is an X.Org utility that parses C source files and writes include-file dependencies into makefiles so make knows which object files must be rebuilt.
The upstream AUTHORS file credits Todd Brunhoff of Tektronix and MIT Project Athena as the original author, with Jim Fulton credited for the ifparser. The manpage carries Open Group copyright notices from 1993, 1994, and 1998, reflecting the tool's X11-era heritage.
The current X.Org repository keeps makedepend as a standalone utility module. Its GitLab project page describes it as a utility to parse C source files into dependency lists for Makefiles, and the repository tags show modern 1.0.x releases continuing through 1.0.9 in 2024.
makedepend belongs to the older imake/X11 build world, where generated dependency blocks inside Makefiles were a normal way to keep C builds correct before compiler-native dependency flags became the common path.
Its continued packaging is mostly about compatibility and maintenance of older build systems. The upstream README points support and development through the X.Org mailing list and freedesktop.org GitLab, which fits its role as a small utility preserved inside the X.Org module set.
makedepend reads each C source file, processes preprocessor directives such as makefile or Makefile unless another file is named with -f.
A typical makefile target runs makedepend with compiler flags and sources, using a marker line such as '# DO NOT DELETE THIS LINE -- make depend depends on it.' so the generated dependency section can be replaced on later runs.
makedepend is a museum piece that still works: it shows how C dependency generation was bolted onto makefiles before today's compiler -M style flags and higher-level build systems took over.
For maintainers, it is significant because old X.Org, imake, and C packages may still call makedepend directly. Having it packaged separately keeps those builds reproducible without dragging in a larger historical X11 toolchain.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
makedepend | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:makedepend |
|---|---|
| バージョン | 1.0.9 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/makedepend |
| ホームページ | https://x.org/ |
| リポジトリ | https://gitlab.freedesktop.org/xorg/util/makedepend |
| 上流ドキュメント | https://gitlab.freedesktop.org/xorg/util/makedepend/-/blob/master/README.md |
| ライセンス | MIT |
| ソースアーカイブ | https://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.9.tar.xz |
| 依存関係 | util-macros, xorgproto |
| ビルド依存関係 | pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | makedepend |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
makedepend
nix profile install nixpkgs#makedependmakedepend 1.0.9-r0
utility for making makefile dependencies
sudo apk add makedependmakedepend-doc 1.0.9-r0
utility for making makefile dependencies (documentation)
sudo apk add makedepend-docimake 1.0.10-6.fc44
imake source code configuration and build system
sudo dnf install imakemakedepend 1.0.9-1.6
Utility to create dependencies in makefiles
sudo zypper install makedependmakedepend
sudo port install makedependソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.