# -*- Makefile -*-

# linalg.c and jksum.c call LAPACK/BLAS entry points.
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
