Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041876
en ru br
ALT Linux repos
S:1.0.6-alt1
5.0: 1.0.0-alt1
4.1: 1.0.0-alt1
4.0: 1.0.0-alt1

Group :: Development/C
RPM: makedepend

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: makedepend
Version: 1.0.6
Release: alt1

Summary: create dependencies in makefiles
License: MIT/X11
Group: Development/C

Url: http://xorg.freedesktop.org
Source: %name-%version.tar.bz2

BuildRequires: xorg-xproto-devel xorg-util-macros

%description
The makedepend program reads each sourcefile in sequence and parses  it
like  a  C-preprocessor,  processing  all  #include,  #define,  #undef,
\#ifdef, #ifndef, #endif, #if, #elif and #else directives so that it can
correctly  tell  which #include, directives would be used in a compila-
tion.  Any  #include,  directives  can  reference  files  having  other
\#include directives, and parsing will occur in these files as well.

%prep
%setup

%build
%autoreconf
%configure

%make_build

%install
%make DESTDIR=%buildroot install

%files
%_bindir/*
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin