PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
R_SITE=/home/jchiquet/R/x86_64-pc-linux-gnu-library/3.2/
PKG_CPPFLAGS = -I${R_HOME}/include -I${R_SITE}/Rcpp/include -I${R_SITE}/RcppArmadillo/include -I. -DNDEBUG

## If Rcpp etc. are installed in /usr/lib/R/ use instead:
### PKG_CPPFLAGS = -I${R_HOME}/include -I${R_HOME}/library/Rcpp/include \
### -I${R_HOME}/library/RcppArmadillo/include -I. -DNDEBUG
