summaryrefslogtreecommitdiffstats
path: root/lib/libblocksruntime/Makefile
blob: 01a78fe7c01e79b5c26a1918efd53b793142f06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

LIB=	BlocksRuntime
SHLIB_MAJOR=0
CFLAGS+=-I${.CURDIR}
WARNS?=	2

.PATH: ${.CURDIR}/../../contrib/compiler-rt/BlocksRuntime

INCS=	Block.h Block_private.h
SRCS=	data.c runtime.c

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud