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

TOPDIR = ../../..

SO_OBJS = vorbis.o
SO_TARGET = vorbis.so
SO_LIBS_SO = $(VORBIS_LIBS) -lvorbisfile -lxmm

CFLAGS_ALL = $(VORBIS_CFLAGS)

all:	dll

clean:	cleanlib

install: all
	$(INSTALL) $(SO_TARGET) $(PLUGINDIR)/Input/

include $(TOPDIR)/Makefile.make
