## Use the R_HOME indirection to support installations of multiple R version
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()" -I"R:/lib/local/2.15/RcppArmadillo/include" ` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

