d19d7d58aa
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
17 lines
411 B
Makefile
17 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/04/18 22:42:21 christos Exp $
|
|
|
|
NOLINT=yes # core dumps
|
|
UNSUPPORTED_COMPILER.clang= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
DIST= ${NETBSDSRCDIR}/external/gpl3/gcc/dist/libmudflap
|
|
CPPFLAGS+= -I${.CURDIR}/../libmudflap -DLIBMUDFLAPTH
|
|
|
|
.PATH: ${DIST}
|
|
|
|
LINTFLAGS+=-g
|
|
LIB=mudflapth
|
|
SRCS=mf-runtime.c mf-heuristics.c mf-hooks1.c mf-hooks2.c mf-hooks3.c
|
|
|
|
.include <bsd.lib.mk>
|