# KallistiOS ##version##
#
# examples/dreamcast/sound/Makefile
# (c)2002 Dan Potter
#   
# $Id: Makefile,v 1.2.2.1 2003/06/20 06:31:15 bardtx Exp $

all:
	$(KOS_MAKE) -C ghettoplay-vorbis
	$(KOS_MAKE) -C hello-ogg
	$(KOS_MAKE) -C hello-mp3
	$(KOS_MAKE) -C cdda

clean:
	$(KOS_MAKE) -C ghettoplay-vorbis clean
	$(KOS_MAKE) -C hello-ogg clean
	$(KOS_MAKE) -C hello-mp3 clean
	$(KOS_MAKE) -C cdda clean
		
dist:
	$(KOS_MAKE) -C ghettoplay-vorbis dist
	$(KOS_MAKE) -C hello-ogg dist
	$(KOS_MAKE) -C hello-mp3 dist
	$(KOS_MAKE) -C cdda dist


