# KallistiOS ##version##
#
# addons/libtremor Makefile
# (c)2002 Dan Potter
TARGET = libtremor.a
OBJS =
SUBDIRS = xiph kos
LIB_OBJS = build/*.o
LOCAL_CLEAN = build/*.o build/*.a
all: create_kos_link defaultall
# creates the kos link to the headers
create_kos_link:
rm -f ../include/vorbis
ln -s ../libtremor/include ../include/vorbis
include $(KOS_BASE)/addons/Makefile.prefab