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

TOPDIR = ../../..

include $(TOPDIR)/Makefile.conf

DATA_INCLUDES = bitstream.h buffer.h config.h list.h mmaccel.h mutex.h \
	system.h thread.h timer.h utils.h

all:	

clean:	cleanlib

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

include $(TOPDIR)/Makefile.make
