# PSX2LIB 1.0b
# 
# PSX2 OpenSource Project
# (C)2001, Gustavo Scotti (gustavo@scotti.com)
#
# Makefile Structure based on KOS Makefiles by Dan Potter

PSX2LIB_LOCAL_CFLAGS = -D_LIBC -DHAVE_GNU_LD -DHAVE_GNU_AS -Wno-parentheses \
                   -Wwrite-strings
OBJS = __memccpy.o __stpncpy.o bcmp.o bcopy.o bzero.o ffs.o \
	index.o memccpy.o memchr.o memcmp.o memcpy.o memfrob.o memmem.o \
	memmove.o memset.o rindex.o stpcpy.o stpncpy.o strcasecmp.o \
	strcat.o strchr.o strcmp.o strcpy.o strcspn.o strdup.o strfry.o \
	strlen.o strncase.o strncat.o strncmp.o strncpy.o strpbrk.o \
	strrchr.o strsep.o strspn.o strstr.o strtok.o swab.o wordcopy.o

SUBDIRS = 
include $(PSX2LIB_BASE)/Makefile.prefab


