8b25e84105
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
15 lines
231 B
Makefile
15 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB:tl}
|
|
LIB= BlocksRuntime
|
|
SHLIB_MAJOR=0
|
|
CFLAGS+=-I${.CURDIR}
|
|
WARNS?= 2
|
|
|
|
.PATH: ${SRCTOP}/contrib/compiler-rt/lib/BlocksRuntime
|
|
|
|
INCS= Block.h Block_private.h
|
|
SRCS= data.c runtime.c
|
|
|
|
.include <bsd.lib.mk>
|