#***********************************************************************
#
# Licensed Materials - Property of IBM
#
# (C) Copyright IBM Corp. 2009, 2010
# All Rights Reserved
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
#***********************************************************************
# format:
# <device> <platform>
# <number of non-commented lines to use>
# <makefile rules to build kernel>
#
# lines starting with # are comments and ignored
# blank/empty lines are ignored
# clBuildProgram will find the first target match, then read the next #lines
#  that aren't comments or empty and put them into the makefile
#
# lines after that are ignored.
#
# do NOT change the names of the files (kernel*) 
#

ACCELERATOR CellBE processor
1
spu-xlcl IBM_OpenCL_kernel.cl -o kernel.ocl -qea32 -qnocrt -Wl,-entry=0 -Wl,-N
#

ACCELERATOR PowerXCell8i processor
1
spu-xlcl IBM_OpenCL_kernel.cl -o kernel.ocl -qea32 -qnocrt -Wl,-entry=0 -Wl,-N -qarch=edp -qtune=edp
#
