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

TOPDIR = ../..

include $(TOPDIR)/Makefile.conf

SUBDIRS = null

ifeq ($(CONFIG_GRAPH_X11),yes)
SUBDIRS += x11
endif

ifeq ($(CONFIG_GRAPH_SDL),yes)
SUBDIRS += sdl
endif

ifeq ($(CONFIG_GRAPH_SVGALIB),yes)
SUBDIRS += svga
endif

all:	subs

clean:	cleanlib

install: installsubs

include $(TOPDIR)/Makefile.make
