############################################
# dstool - utilities  makefile             #
############################################

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

SOURCES_A = \
	dmatrix.c \
	imatrix.c \
	dvector.c \
	ivector.c \
	vector.c \
	history.c \
	jacobian.c \
	blas.c \
	random.c \
	manifold.c

DEPS_A = \
	$(DSTOOL)/src/include/pm.h \
	$(DSTOOL)/src/include/constants.h

SOURCES_B =

DEPS_B = 

TEST_PROGRAM = 

TEST_SOURCES = 

TEST_DEPS =

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

include ${DSTOOL}/site_specific/targetsA.mk

