# *
# *  XMMP - LinuX MultiMedia Project ( www.frozenproductions.com )
# *  Copyright (c) 1999 - 2002 Arthur Kleer <kleer@frozenproductions.com>
# *

TOPDIR = ../../../..

include $(TOPDIR)/Makefile.conf

SUBDIRS = au lame null wave

ifeq ($(CONFIG_SOUND_ALSA),yes)
SUBDIRS += alsa
endif
ifeq ($(CONFIG_SOUND_OSS),yes)
SUBDIRS += oss
endif
ifeq ($(CONFIG_SOUND_VORBIS),yes)
SUBDIRS += vorbis
endif

all:	subs

clean:	cleanlib

install: installsubs

include $(TOPDIR)/Makefile.make
