summaryrefslogtreecommitdiff
path: root/tools/libprop/Makefile
blob: 58694b58da6d12ea14faee0097bf6b0da6580b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#	$NetBSD: Makefile,v 1.2 2019/05/08 02:25:50 thorpej Exp $

HOSTLIB=	prop

.include <bsd.hostinit.mk>

LIBPROP_DIR=	${.CURDIR}/../../common/lib/libprop
LIBPROP_INC=	${.CURDIR}/../../common/include

.include "${LIBPROP_DIR}/Makefile.inc"

CPPFLAGS+=	-I${.CURDIR}/../compat -I${LIBPROP_INC}
CPPFLAGS+=	-I${TOOLDIR}/include/compat
CPPFLAGS+=	-I${TOOLDIR}/include/nbinclude

.PATH:		${LIBPROP_DIR}

CPPFLAGS+=	-DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64

HOST_CPPFLAGS:=	${CPPFLAGS} ${HOST_CPPFLAGS}
CPPFLAGS:=	# empty

.include "${.CURDIR}/../Makefile.nbincludes"
.include <bsd.hostlib.mk>