
## Header files from our package, RcppGSL comes in via LinkingTo: in DESCRIPTIPM
PKG_CPPFLAGS = -I. -I../inst/include


## If we want LTO (for testing or optimization)
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) `$(R_HOME)/bin/Rscript -e "RcppGSL::LdFlags()"`



