a3cf0ef5a2
Obtained from: user/ed/compiler-rt
14 lines
213 B
Makefile
14 lines
213 B
Makefile
# $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>
|