Deleted Added
full compact
Makefile (296970) Makefile (296979)
1# $FreeBSD: head/lib/libxo/tests/Makefile 296970 2016-03-17 00:37:04Z sjg $
1# $FreeBSD: head/lib/libxo/tests/Makefile 296979 2016-03-17 04:21:57Z sjg $
2
3.include <bsd.own.mk>
4
5LIBXOSRC= ${SRCTOP}/contrib/libxo
6
7# Override the default suffix transformation rules for .c/.o -> .out
8.SUFFIXES:
9.SUFFIXES: .c .err .o .out .sh

--- 225 unchanged lines hidden (view full) ---

235PROGS+= test_05
236PROGS+= test_06
237PROGS+= test_07
238PROGS+= test_08
239PROGS+= test_09
240PROGS+= test_10
241PROGS+= test_11
242
2
3.include <bsd.own.mk>
4
5LIBXOSRC= ${SRCTOP}/contrib/libxo
6
7# Override the default suffix transformation rules for .c/.o -> .out
8.SUFFIXES:
9.SUFFIXES: .c .err .o .out .sh

--- 225 unchanged lines hidden (view full) ---

235PROGS+= test_05
236PROGS+= test_06
237PROGS+= test_07
238PROGS+= test_08
239PROGS+= test_09
240PROGS+= test_10
241PROGS+= test_11
242
243CFLAGS+= -I${LIBXOSRC}/libxo
243CFLAGS+= -I${LIBXOSRC}/libxo -I${.CURDIR:H}
244
245LIBADD= xo util
246
247SUBDIR+= encoder
248
249.if ${MACHINE} == "host"
250# make it easy to test without install
251TESTSDIR= ${.OBJDIR}
244
245LIBADD= xo util
246
247SUBDIR+= encoder
248
249.if ${MACHINE} == "host"
250# make it easy to test without install
251TESTSDIR= ${.OBJDIR}
252CFLAGS+= -I${.CURDIR:H}
253.endif
254
255.include <bsd.test.mk>
252.endif
253
254.include <bsd.test.mk>