## -*- mode: makefile; -*-

PKG_CXXFLAGS = -I../inst/include

## With Rcpp 0.11.0 and later, we no longer need to set PKG_LIBS for
## Rcpp as there is no user-facing library. 
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

## With R 3.1.0 or later, you can uncomment the following line to tell R to 
## enable compilation with C++11 (where available)
#USE_CXX1X = 
