PROGRAM_spu		= sim_spu
LIBRARY_embed	= sim_spu.a
# Header files are in parent directory
INCLUDE			= -I..
# Link with libm (math.h)
IMPORTS			= -lm

CFLAGS_gcc		= -std=gnu99
SPU_TIMING = 1
CC_OPT_LEVEL	= $(CC_OPT_LEVEL_DEBUG)

# Use SDK build environment
include $(CELL_TOP)/make.footer
