]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/libblocksruntime/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / libblocksruntime / Makefile
1 # $FreeBSD$
2
3 LIB=    BlocksRuntime
4 SHLIB_MAJOR=0
5 CFLAGS+=-I${.CURDIR}
6 WARNS?= 2
7
8 .PATH: ${.CURDIR}/../../contrib/compiler-rt/BlocksRuntime
9
10 INCS=   Block.h Block_private.h
11 SRCS=   data.c runtime.c
12
13 .include <bsd.lib.mk>