# KallistiOS ##version##
#
# SDL_ttf Makefile
# Lawrence Sebald
#
# Based on:
# addons/libjpeg Makefile
# (c)2001 Dan Potter
#

KOS_CFLAGS += -I$(KOS_BASE)/../kos-ports/include/freetype -I$(KOS_BASE)/../kos-ports/include/SDL

OBJS = SDL_ttf.o

TARGET = libSDL_ttf.a

include $(KOS_BASE)/addons/Makefile.prefab

#myall: $(OBJS)
#	rm -f $(KOS_BASE)/lib/libSDL_ttf.a
#	$(KOS_AR) rcs $(KOS_BASE)/lib/libSDL_ttf.a $(OBJS)

#include $(KOS_BASE)/Makefile.prefab


