minix/external/gpl3/gcc/lib/libmudflap/Makefile
Lionel Sambuc d19d7d58aa Toolchain upgrade and portability improvements.
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.
2012-11-15 16:07:29 +01:00

20 lines
415 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/04/18 19:21:25 christos Exp $
NOLINT=yes # core dumps
UNSUPPORTED_COMPILER.clang= # defined
.include <bsd.own.mk>
DIST= ${NETBSDSRCDIR}/external/gpl3/gcc/dist/libmudflap
CPPFLAGS+= -I${.CURDIR}
LINTFLAGS+=-g
.PATH: ${DIST}
LIB=mudflap
SRCS=mf-runtime.c mf-heuristics.c mf-hooks1.c mf-hooks2.c
INCS=mf-runtime.h
INCSDIR=/usr/include/gcc-4.5
.include <bsd.lib.mk>