summaryrefslogtreecommitdiffstats
path: root/lib/libxo/tests/encoder/Makefile
blob: 2fe42457f2e827df43d000518a985838eaf6b139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

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

LIBADD=		xo

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud