summaryrefslogtreecommitdiff
path: root/lib/libxo/tests/encoder/Makefile
blob: 02634b971ace1857e79ec8c9ebbbeaf8e94708fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PACKAGE=	tests
NO_DEV_PACKAGE=

LIBXOSRC=	${SRCTOP}/contrib/libxo

.PATH: ${LIBXOSRC}/encoder/test

SHLIB_NAME=	libenc_test.so

LIBDIR=		${TESTSBASE}/lib/libxo

SYMLINKS+=	${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc

SRCS=		enc_test.c

CFLAGS+=	-I${LIBXOSRC}/libxo -I${.CURDIR:H:H}/libxo

LIBADD=		xo

.include <bsd.lib.mk>