macOS
brew install makedependlocal Homebrew formula metadata
sudo port install makedependMacPorts ports tree · x11/makedepend/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für makedepend in AI-Agent-Workflows.
Installation
brew install makedependlocal Homebrew formula metadata
sudo port install makedependMacPorts ports tree · x11/makedepend/Portfile · Quelle: api.github.com
sudo apk add makedependAlpine Linux edge package indexes · makedepend · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#makedependnixpkgs package indexes · pkgs/by-name/ma/makedepend/package.nix · Quelle: api.github.com
sudo zypper install makedependopenSUSE Tumbleweed package metadata · makedepend · Quelle: download.opensuse.org
sudo dnf install imakeFedora Rawhide package metadata · imake · Quelle: dl.fedoraproject.org
Überblick
Creates dependencies in makefiles
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
makedepend | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:makedepend |
|---|---|
| Version | 1.0.9 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/makedepend |
| Homepage | https://x.org/ |
| Repository | https://gitlab.freedesktop.org/xorg/util/makedepend |
| Upstream-Dokumentation | https://gitlab.freedesktop.org/xorg/util/makedepend/-/blob/master/README.md |
| Lizenz | MIT |
| Quellarchiv | https://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.9.tar.xz |
| Abhängigkeiten | util-macros, xorgproto |
| Build-Abhängigkeiten | pkgconf |
| Bottle | verfügbar (auf arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 makedependQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.