# un-comment the -DPARALLEL in order to get the pthreads parallel 
# implementation (you may also have to appropriate pthreads flags 
# to PKG_LIBS for your operating system)

# comment out the (3) lines below in order to enable ATLAS (step 1)
PKG_CFLAGS = -DRPRINT # -UNDEBUG
PKG_CXXFLAGS = -DRPRINT ## -DDO_NOT_USE_CXX_HEADERS -UNDEBUG -DPARALLEL
PKG_LIBS = ${LAPACK_LIBS} ${BLAS_LIBS} ${FLIBS} ## -pthread
LDFLAGS = -L/usr/lib -L/usr/lib/R/lib -L/usr/local/lib

# Uncomment and modify the (3) lines below to enable ATLAS (steps 1 & 2)
#PKG_CXXFLAGS = -DRPRINT #-DPARALLEL
#PKG_CFLAGS = -DRPRINT -I/cse/grads/rbgramacy/atlas/OSX_PPCG5AltiVec_2/include
#PKG_LIBS = -L/cse/grads/rbgramacy/atlas/OSX_PPCG5AltiVec_2/lib -llapack -lcblas -latlas
