# KallistiOS ##version##
#
# libmp3/Makefile
# (c)2001 Dan Potter
#   
# $Id: Makefile,v 1.3 2002/07/06 07:57:18 bardtx Exp $

OBJS = snd_iface.o snd_sfxmgr.o snd_stream.o snd_stream_drv.o snd_mem.o

# Only compile this if we have an ARM compiler handy
ifdef DC_ARM7CC
	SUBDIRS = arm
endif

include $(KOS_BASE)/Makefile.prefab

snd_stream_drv.o: arm/stream.drv
	$(KOS_BASE)/utils/bin2o/bin2o $< snd_stream_drv snd_stream_drv.o

