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