68d916612b
A minor release of X.Org's classic utility for generating dependency lists in makefiles - mostly small janitorial cleanups, plus some Solaris-specific fixes to match the same default #define's as the compilers use. Alan Coopersmith (12): Use AM_CPPFLAGS instead of makedepend_CPPFLAGS to avoid mangled .o names Add .gitignore Delete portions of imakemdep.h not used by makedepend Add additional predefines needed to match Solaris compilers Use XORG_CHANGELOG, XORG_CWARNFLAGS, and XORG_WITH_LINT macros Remove ifdef checks for macII left over from ancient A/UX 3.0 support Remove #ifdef'ed code that's never used Increased constification Fix gcc, sparse & lint warnings Remove CVS/RCS version tags Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS makedepend 1.0.2 James Cloos (1): Replace static ChangeLog with dist-hook to generate from git log Jeremy C. Reed (1): Update version for release.
21 lines
481 B
Makefile
21 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/10/31 01:51:54 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= makedepend-1.0.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=util/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Dependency generator for make
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|