## Use the R_HOME indirection to support installations of multiple R version

## KEEP
#PKG_CPPFLAGS = -I${R_HOME}/library/Rcpp/include \
#               -I${R_HOME}/library/RcppEigen/include  -I. -DNDEBUG

PKG_CXXFLAGS = -DNDEBUG
#PKG_CXXFLAGS = -I../inst/include


##OLD
##PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)


CXX_STD = CXX11
