Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-socketcan]: src/usr.sbin/bta2dpd/bta2dpd 1888332



details:   https://anonhg.NetBSD.org/src/rev/f6d889a6c50e
branches:  bouyer-socketcan
changeset: 820816:f6d889a6c50e
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 28 23:19:21 2017 +0000

description:
1888332

diffstat:

 usr.sbin/bta2dpd/bta2dpd/Makefile |  32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 8f3171716fbf -r f6d889a6c50e usr.sbin/bta2dpd/bta2dpd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bta2dpd/bta2dpd/Makefile Sat Jan 28 23:19:21 2017 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.2.4.2 2017/01/28 23:19:21 christos Exp $
+
+.include <bsd.own.mk>
+
+WARNS?=                6
+
+PROG=          bta2dpd
+SRCS=          bta2dpd.c avdtp.c sbc_encode.c
+MAN=           bta2dpd.8
+
+CFLAGS+=       -I.
+DPADD+=                ${LIBBLUETOOTH} ${LIBEVENT}
+LDADD+=                -lbluetooth -levent
+CLEANFILES+=   sbc_crc.h sbc_coeffs.h
+
+sbc_encode.c:  sbc_coeffs.h sbc_crc.h
+
+COSDATA_GENOBJDIR!=  cd ${.CURDIR}/../cosdata-gen && ${PRINTOBJDIR}
+SBC_CRC_GENOBJDIR!=  cd ${.CURDIR}/../sbc_crc-gen && ${PRINTOBJDIR}
+
+
+sbc_coeffs.h: ${COSDATA_GENOBJDIR}/cosdata
+       ${.ALLSRC} > ${.TARGET}
+
+sbc_crc.h: ${SBC_CRC_GENOBJDIR}/sbc_crc
+       ${.ALLSRC} > ${.TARGET}
+
+.if exists(${.CURDIR}/../../Makefile.inc)
+.include "${.CURDIR}/../../Makefile.inc"
+.endif
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index