Deleted Added
full compact
Makefile (92813) Makefile (284372)
1# $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
1# $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
2# $FreeBSD: head/usr.bin/xlint/llib/Makefile 92813 2002-03-20 18:25:50Z ru $
2# $FreeBSD: head/usr.bin/xlint/llib/Makefile 284372 2015-06-14 03:32:49Z sjg $
3
4LIBS= llib-lposix.ln llib-lstdc.ln
5
6FILES= ${LIBS}
7FILESDIR= ${LINTLIBDIR}
8
9CLEANFILES+= ${LIBS}
10
3
4LIBS= llib-lposix.ln llib-lstdc.ln
5
6FILES= ${LIBS}
7FILESDIR= ${LINTLIBDIR}
8
9CLEANFILES+= ${LIBS}
10
11
12
11llib-lposix.ln: llib-lposix
12 ${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
13
14llib-lstdc.ln: llib-lstdc
15 ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
16
17.include <bsd.prog.mk>
13llib-lposix.ln: llib-lposix
14 ${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
15
16llib-lstdc.ln: llib-lstdc
17 ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
18
19.include <bsd.prog.mk>
20
21.if ${MK_META_MODE} == "yes"
22LINTFLAGS+= -I${STAGE_INCLUDEDIR}
23.endif