## Emacs please make this a -*- mode: Makefile; -*-
##
## Use the R_HOME indirection to support installations of multiple R version
#
#comment these lines if you want to compile for multiple cores

PKG_CXXFLAGS=-I../inst/include  
PKG_LIBS =  `$(R_HOME)/bin/Rscript  -e "Rcpp:::LdFlags()"` `$(R_HOME)/bin/Rscript  -e "RcppClassic:::LdFlags()"  `  



#uncomment these lines if you want to compile for multiple cores
#PKG_CXXFLAGS=-fopenmp 
#PKG_LIBS = -lgomp `$(R_HOME)/bin/Rscript  -e "Rcpp:::LdFlags()"` `$(R_HOME)/bin/Rscript  -e "RcppClassic:::LdFlags()" ` 
