]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libxo/tests/encoder/Makefile
Allow proper builds of libxo's CSV encoder:
[FreeBSD/FreeBSD.git] / lib / libxo / tests / encoder / Makefile
1 # $FreeBSD$
2
3 LIBXOSRC=       ${SRCTOP}/contrib/libxo
4
5 .PATH: ${LIBXOSRC}/encoder/test
6
7 SHLIB_NAME=     libenc_test.so
8
9 LIBDIR=         ${TESTSBASE}/lib/libxo
10
11 SYMLINKS+=      ${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc
12
13 SRCS=           enc_test.c
14
15 CFLAGS+=        -I${LIBXOSRC}/libxo -I${.CURDIR:H:H}/libxo
16
17 LIBADD=         xo
18
19 .include <bsd.lib.mk>