
# Base name of the library (the parts that are specific 
# for OS and architecture will be appended)
DYNAMIC_LIB_BASE_NAME	:= JCusparse

# C/C++ source files (compiled with gcc / c++)
CCFILES		:= JCusparse.cpp

# JNI includes
JNI_INCLUDES	:= -I/usr/java/jdk1.6.0_16/include -I/usr/java/jdk1.6.0_16/include/linux
# For MacOS it seems to be something like that:
#JNI_INCLUDES	:= -I/System/Library/Frameworks/JavaVM.framework/Headers

# Additional libraries needed by the project
#USEDRVAPI       := 1
#USECUBLAS       := 1
#USECUFFT        := 1
#USECUDPP        := 1
#USECURAND       := 1
USECUSPARSE     := 1

verbose := 1

################################################################################
# Rules and targets

include ../common.mk
