.PHONY: clean

CXX_STD=CXX11
OPENCL_INC=../inst/include/OpenCL_header

#Please see the description file for installing the opencl library.
PKG_LIBS=`${R_HOME}/bin/Rscript "../inst/utils/openCL_lib.R"` 

PKG_CPPFLAGS = -I${R_HOME}/include -I${OPENCL_INC} -DCL_TARGET_OPENCL_VERSION=220 \
	-DCL_USE_DEPRECATED_OPENCL_1_2_APIS  -DCL_SILENCE_DEPRECATION

all: $(SHLIB)
