xref: /freebsd-14.2/lib/libxo/encoder/csv/Makefile (revision d0b2dbfa)
176afb20cSPhil Shafer
276afb20cSPhil Shafer.include <src.opts.mk>
376afb20cSPhil Shafer
476afb20cSPhil ShaferPACKAGE=	runtime
576afb20cSPhil Shafer
676afb20cSPhil ShaferLIBXOSRC=	${SRCTOP}/contrib/libxo
776afb20cSPhil Shafer
876afb20cSPhil Shafer.PATH:	${LIBXOSRC}/encoder/csv
976afb20cSPhil Shafer
10*3eee8f1cSTijl CoosemansSHLIBDIR=	${LIBDIR}/libxo/encoder
11*3eee8f1cSTijl CoosemansSHLIB_NAME=	csv.enc
1276afb20cSPhil Shafer
1376afb20cSPhil ShaferSRCS=	enc_csv.c
1476afb20cSPhil Shafer
1576afb20cSPhil ShaferCFLAGS+=-I${LIBXOSRC}/libxo -I${.CURDIR}
16*3eee8f1cSTijl CoosemansCFLAGS+=-DXO_ENCODERDIR=\"${LIBDIR}/libxo/encoder\"
1776afb20cSPhil Shafer
1876afb20cSPhil ShaferLIBADD=	util xo
192db46b45SPhil ShaferLDFLAGS += -L${.OBJDIR:H:H}/libxo
2076afb20cSPhil Shafer
2176afb20cSPhil ShaferWARNS?= 5
2276afb20cSPhil Shafer
2376afb20cSPhil Shafer.include <bsd.lib.mk>
24