NetBSD/usr.bin/audio/common/Makefile
mrg 7aab3ecc6e for sun output files, if we have unsigned or little endian data, convert
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.)
2002-01-15 17:02:51 +00:00

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>