## Use the R_HOME indirection to support installations of multiple R version
## NOTE: the definition of these variables may vary by OS...

# CXX11FLAGS=-O0 -g # Uncomment this FOR DEBUGGING ONLY
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
