## Use only the Fortran runtime libraries for linking.  The Fortran code in this
## package does not rely on BLAS or LAPACK, so including those libraries can
## lead to portability issues across platforms.  See 'Writing R Extensions'
## section 1.2.3 for guidance on linking Fortran code.
PKG_LIBS = $(FLIBS)
