Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.bin / xlint / llib / Makefile
1 #       $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
2 # $FreeBSD: src/usr.bin/xlint/llib/Makefile,v 1.7.2.1 2002/08/07 16:32:02 ru Exp $
3
4 LIBS=   llib-lposix.ln llib-lstdc.ln
5
6 all:    ${LIBS}
7
8 install:
9         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} \
10             ${LIBS} ${DESTDIR}${LINTLIBDIR}
11
12 clean cleanall:
13         rm -f ${LIBS}
14
15 llib-lposix.ln: llib-lposix
16         lint -Cposix ${.ALLSRC}
17
18 llib-lstdc.ln: llib-lstdc
19         lint -Cstdc ${.ALLSRC}
20
21 .include <bsd.prog.mk>