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

TOPDIR = ../..

include $(TOPDIR)/Makefile.conf

SUBDIRS = aiff asf au avi cdda mpg123 pic voc wave

ifeq ($(CONFIG_INPUT_MIKMOD),yes)
SUBDIRS += mikmod
endif

ifeq ($(CONFIG_INPUT_VORBIS),yes)
SUBDIRS += vorbis
endif

all:	subs

clean:	cleanlib

install: installsubs

include $(TOPDIR)/Makefile.make
