mirror of https://github.com/F-Stack/f-stack.git
22 lines
333 B
Makefile
22 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
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>
|