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

TOPDIR = ../..

include $(TOPDIR)/Makefile.conf

SUBDIRS = util

DATA_INCLUDES = achain.h afilter.h aformat.h config.h endian.h error.h event.h \
	event_ksym.h libxmm.h lpcodecv.h lpfilterv.h lpgraph.h lpinput.h \
	lpio.h lpoutput.h plugin.h version.h xmmctl.h xmmp.h

all:	

clean:	cleanlib

install: installsubs
	$(INSTALL) -m 644 $(DATA_INCLUDES) $(prefix)/include/libxmm

include $(TOPDIR)/Makefile.make
