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

TOPDIR = ..

include $(TOPDIR)/Makefile.conf

SUBDIRS = libxmm libxmmplay

all:	subs

clean:	cleanlib

install: installsubs
	$(INSTALL) -m 644 $(DATA_CONFIG_INCLUDES) $(prefix)/lib/xmmp/include

include $(TOPDIR)/Makefile.make
