]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libblocksruntime/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>