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