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

TOPDIR = ../..

include $(TOPDIR)/Makefile.conf

SUBDIRS = wine DirectShow

OBJS = w32dll.o

CDEFS = -DNOAVIFILE_HEADERS

TARGET = w32dll.a

all:	subs $(TARGET)

clean:	cleanlib

install:

include $(TOPDIR)/Makefile.make

# We do not want to debug wine code
DEBUG = 
# No other headers needed
INCLUDES = -I ./ -I ./wine -I ./DirectShow
