CXX_STD = CXX14
PKG_LIBS = `${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()"`
strippedLib: $(SHLIB)
	if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; \
		then /usr/bin/strip --strip-debug $(SHLIB); fi
.phony: strippedLib
