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

TOPDIR = ../..

OBJS = prefs.o src/interface.o
O_TARGET = _wprefs.o

all:	$(O_TARGET)

CFLAGS_ALL = $(GTK_CFLAGS) $(XMMP_CFLAGS) -I src/

install:

clean:	cleanlib

include $(TOPDIR)/Makefile.make
