
#We include the following line for RcppArmadillo: See dirk.eddelbuettel.com/code/rcpp/Rcpp-FAQ.pdf.
#It doesn't seem to matter for OS X or Linux but windows needs it. However we include it in both.
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
