xref: /minix3/external/gpl3/gcc/lib/libmudflap/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.6 2015/01/05 01:52:23 mrg Exp $
2d19d7d58SLionel Sambuc
3d19d7d58SLionel SambucNOLINT=yes			# core dumps
4d19d7d58SLionel SambucUNSUPPORTED_COMPILER.clang=     # defined
5d19d7d58SLionel Sambuc
6*0a6a1f1dSLionel Sambuc.include <bsd.init.mk>
7d19d7d58SLionel Sambuc
8*0a6a1f1dSLionel SambucDIST=		${GCCDIST}/libmudflap
9d19d7d58SLionel SambucCPPFLAGS+=	-I${.CURDIR}
10d19d7d58SLionel SambucLINTFLAGS+=-g
11d19d7d58SLionel Sambuc
12*0a6a1f1dSLionel SambucSHLIB_MAJOR=	0
13*0a6a1f1dSLionel SambucSHLIB_MINOR=	0
14d19d7d58SLionel Sambuc
15d19d7d58SLionel SambucLIB=mudflap
16d19d7d58SLionel SambucSRCS=mf-runtime.c mf-heuristics.c mf-hooks1.c mf-hooks2.c
17*0a6a1f1dSLionel Sambuc
18*0a6a1f1dSLionel Sambuc.include <bsd.own.mk>
19*0a6a1f1dSLionel Sambuc
20d19d7d58SLionel SambucINCS=mf-runtime.h
21*0a6a1f1dSLionel SambucINCSDIR=/usr/include/gcc-4.8
22d19d7d58SLionel Sambuc
23d19d7d58SLionel Sambuc.include <bsd.lib.mk>
24*0a6a1f1dSLionel Sambuc
25*0a6a1f1dSLionel Sambuc.PATH: ${DIST}
26