# KallistiOS 0.6
#
# stdlib/Makefile
# (c)2000 Dan Potter
#   
# $Id: Makefile,v 1.4 2000/11/09 05:02:55 bard Exp $

OBJS = vsprintf.o printf.o
OBJS += bcopy.o memchr.o memcmp.o memcpy.o memcpy4.o memmove.o
OBJS += memset.o memset4.o strcat.o strchr.o strcmp.o strcpy.o
OBJS += strlen.o strncat.o strncmp.o strncpy.o strnlen.o strpbrk.o
OBJS += strrchr.o strspn.o strtok.o stricmp.o strnicmp.o
OBJS += strsep.o
SUBDIRS =

include ../Makefile.prefab


