PKG_CXXFLAGS = -I../inst/include
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

## Impose C++98 as the compilation standard to turn off OpenMP flag in
## Armadillo.
 CXX_STD = CXX98
