Deleted Added
full compact
Makefile (288933) Makefile (289490)
1# $FreeBSD: head/lib/libxo/tests/Makefile 288933 2015-10-06 17:18:15Z ngie $
1# $FreeBSD: head/lib/libxo/tests/Makefile 289490 2015-10-18 07:30:50Z ngie $
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

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

237PROGS+= test_07
238PROGS+= test_08
239PROGS+= test_09
240PROGS+= test_10
241PROGS+= test_11
242
243CFLAGS+= -I${LIBXOSRC}/libxo
244
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

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

237PROGS+= test_07
238PROGS+= test_08
239PROGS+= test_09
240PROGS+= test_10
241PROGS+= test_11
242
243CFLAGS+= -I${LIBXOSRC}/libxo
244
245DPADD= ${LIBXO} ${LIBUTIL}
246LDADD= -lxo -lutil
245LIBADD= xo
247
248SUBDIR+= encoder
249
250.include <bsd.test.mk>
246
247SUBDIR+= encoder
248
249.include <bsd.test.mk>