############################################
# dstool - eigenlib makefile               #
############################################

include ${DSTOOL}/site_specific/lib_incl.mk
############################################
# Modify the following segment only.       #
############################################
LIBRARY = eigenlib.a

SOURCES_A = \
		balanc.c \
		balbak.c \
		elmhes.c \
		eltran.c \
		hqr.c \
		hqr2.c \
		rg.c \
		cdiv.c \
		lubksb.c \
		ludcmp.c

DEPS_A =

SOURCES_B =

DEPS_B = 

TEST_PROGRAM = 

TEST_SOURCES = 

TEST_DEPS =

##############################################
# The following line should not be modified  #
##############################################

include ${DSTOOL}/site_specific/targetsA.mk

