# KallistiOS 1.2.0
#
# addons/libtremor Makefile
# (c)2002 Dan Potter
#   
# $Id: Makefile,v 1.2 2003/02/27 04:25:42 bardtx Exp $

OBJS  = 
SUBDIRS = xiph kos

myall: subdirs
	rm -f libtremorhack.a
	$(KOS_AR) rcs libtremorhack.a xiph/*.o kos/*.o 

include $(KOS_BASE)/Makefile.prefab

clean: clean_subdirs
	rm -f build/*.o build/*.a

