etc/protocols - sync with NetBSD-8
[minix.git] / external / gpl3 / gcc / lib / libmudflap / Makefile
blob671746798c10bd445b01867437f8d91f3605f103
1 # $NetBSD: Makefile,v 1.6 2015/01/05 01:52:23 mrg Exp $
3 NOLINT=yes # core dumps
4 UNSUPPORTED_COMPILER.clang= # defined
6 .include <bsd.init.mk>
8 DIST= ${GCCDIST}/libmudflap
9 CPPFLAGS+= -I${.CURDIR}
10 LINTFLAGS+=-g
12 SHLIB_MAJOR= 0
13 SHLIB_MINOR= 0
15 LIB=mudflap
16 SRCS=mf-runtime.c mf-heuristics.c mf-hooks1.c mf-hooks2.c
18 .include <bsd.own.mk>
20 INCS=mf-runtime.h
21 INCSDIR=/usr/include/gcc-4.8
23 .include <bsd.lib.mk>
25 .PATH: ${DIST}