############################################
# dstool - storagelib  makefile               #
############################################

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

SOURCES_A =	\
		memory.c \
		mem_prims.c

DEPS_A = 	\
		mem_defs.h

SOURCES_B =

DEPS_B = 

TEST_PROGRAM = 

TEST_SOURCES = 

TEST_DEPS =

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

include ${DSTOOL}/site_specific/targetsA.mk

