Cross Reference: Makefile
xref: /src/usr.bin/xlint/llib/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/xlint/llib/
Makefile revision 1.1
11.1Scgd#	$Id: Makefile,v 1.1 1995/07/03 20:56:39 cgd Exp $
21.1Scgd
31.1ScgdLIBS=	llib-lposix.ln llib-lstdc.ln
41.1Scgd
51.1Scgdall:	${LIBS}
61.1Scgd
71.1Scgdinstall:
81.1Scgd	install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
91.1Scgd	    ${LIBS} ${DESTDIR}${LINTLIBDIR}
101.1Scgd
111.1Scgdclean cleanall:
121.1Scgd	rm -f ${LIBS}
131.1Scgd
141.1Scgdllib-lposix.ln: llib-lposix
151.1Scgd	lint -Cposix ${.ALLSRC}
161.1Scgd
171.1Scgdllib-lstdc.ln: llib-lstdc
181.1Scgd	lint -Cstdc ${.ALLSRC}
191.1Scgd
201.1Scgd.include <bsd.prog.mk>
21

Indexes created Mon Nov 10 17:20:41 GMT 2025