# build and test a Numerical Math Library (libla.a)

srcdir = ../..
include $(MAKEBUNDLE)/pre.make

LIB_NAME = la

SOURCES  = myenv.cpp       \
           matrix1.cpp     \
           matrix2.cpp     \
           matrix_sub.cpp  \
           vector.cpp      \
           determinant.cpp \
           matrix_inv.cpp  \
           fminbr.cpp      \
           ali.cpp         \
           hjmin.cpp       \
           svd.cpp

#           zeroin.cpp      \

HEADERS  = LAStreams.h  \
           LinAlg.h     \
           builtin.h    \
           math_num.h   \
           minmax.h     \
           myenv.h      \
           std.h        \
           svd.h

include $(MAKEBUNDLE)/lib.make
