# 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 = 	__random.o abs.o atof.o atoi.o atol.o bsearch.o div.o \
	labs.o ldiv.o mblen.o mbstowcs.o msort.o qsort.o rand.o random.o \
	srand.o strtol.o strtoul.o
SUBDIRS = string

include $(PSX2LIB_BASE)/Makefile.prefab


