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

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

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

CFLAGS_ALL = $(VORBIS_CFLAGS)

all:	dll

clean:	cleanlib

install:
	$(INSTALL) $(SO_TARGET) $(PLUGINDIR)/Filter/Output/Audio/

include $(TOPDIR)/Makefile.make
