7aab3ecc6e
it to signed big endian data. pull in a modified copy of the kernels' auconv.[ch] to help with this (and remove some home grown code that did some of the same things.)
13 lines
220 B
Makefile
13 lines
220 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/01/15 17:02:51 mrg Exp $
|
|
|
|
LIB= audio
|
|
SRCS= audio.c wav.c sun.c auconv.c
|
|
|
|
NOPROFILE= # defined
|
|
NOPIC= # defined
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|