Home | History | Annotate | Line # | Download | only in libprop
      1  1.2  thorpej #	$NetBSD: Makefile,v 1.2 2019/05/08 02:25:50 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej HOSTLIB=	prop
      4  1.1  thorpej 
      5  1.1  thorpej .include <bsd.hostinit.mk>
      6  1.1  thorpej 
      7  1.1  thorpej LIBPROP_DIR=	${.CURDIR}/../../common/lib/libprop
      8  1.1  thorpej LIBPROP_INC=	${.CURDIR}/../../common/include
      9  1.1  thorpej 
     10  1.1  thorpej .include "${LIBPROP_DIR}/Makefile.inc"
     11  1.1  thorpej 
     12  1.1  thorpej CPPFLAGS+=	-I${.CURDIR}/../compat -I${LIBPROP_INC}
     13  1.2  thorpej CPPFLAGS+=	-I${TOOLDIR}/include/compat
     14  1.1  thorpej CPPFLAGS+=	-I${TOOLDIR}/include/nbinclude
     15  1.1  thorpej 
     16  1.1  thorpej .PATH:		${LIBPROP_DIR}
     17  1.1  thorpej 
     18  1.1  thorpej CPPFLAGS+=	-DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64
     19  1.1  thorpej 
     20  1.1  thorpej HOST_CPPFLAGS:=	${CPPFLAGS} ${HOST_CPPFLAGS}
     21  1.1  thorpej CPPFLAGS:=	# empty
     22  1.1  thorpej 
     23  1.1  thorpej .include "${.CURDIR}/../Makefile.nbincludes"
     24  1.1  thorpej .include <bsd.hostlib.mk>
     25