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

PKG_CPPFLAGS = -I../inst/include -I.

PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)


#F77 = $(GCCBASE)/bin/gfortran
#FC = $F77
#FLIBS = -L$(GCCBASE)/bin/gfortran

## WARNING: although the following lines strip symbols to make the installation 
## smaller, CRAN policies do not allow this
#strippedLib: $(SHLIB)
#		if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]]; then /usr/bin/strip --strip-debug $(SHLIB); fi
#.phony: strippedLib
