xref: /freebsd-13.1/lib/libxo/encoder/csv/Makefile (revision 3eee8f1c)
176afb20cSPhil Shafer# $FreeBSD$
276afb20cSPhil Shafer
376afb20cSPhil Shafer.include <src.opts.mk>
476afb20cSPhil Shafer
576afb20cSPhil ShaferPACKAGE=	runtime
676afb20cSPhil Shafer
776afb20cSPhil ShaferLIBXOSRC=	${SRCTOP}/contrib/libxo
876afb20cSPhil Shafer
976afb20cSPhil Shafer.PATH:	${LIBXOSRC}/encoder/csv
1076afb20cSPhil Shafer
11*3eee8f1cSTijl CoosemansSHLIBDIR=	${LIBDIR}/libxo/encoder
12*3eee8f1cSTijl CoosemansSHLIB_NAME=	csv.enc
1376afb20cSPhil Shafer
1476afb20cSPhil ShaferSRCS=	enc_csv.c
1576afb20cSPhil Shafer
1676afb20cSPhil ShaferCFLAGS+=-I${LIBXOSRC}/libxo -I${.CURDIR}
17*3eee8f1cSTijl CoosemansCFLAGS+=-DXO_ENCODERDIR=\"${LIBDIR}/libxo/encoder\"
1876afb20cSPhil Shafer
1976afb20cSPhil ShaferLIBADD=	util xo
202db46b45SPhil ShaferLDFLAGS += -L${.OBJDIR:H:H}/libxo
2176afb20cSPhil Shafer
2276afb20cSPhil ShaferWARNS?= 5
2376afb20cSPhil Shafer
2476afb20cSPhil Shafer.include <bsd.lib.mk>
25