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

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

SOURCES_A = \
	    pm.c \
	    pm_access.c \
	    pm_build.c \
	    pm_hash.c \
	    pm_utils.c

DEPS_A = \
	$(DSTOOL)/src/include/pm_hash.h \
	$(DSTOOL)/src/include/pm.h \
	$(DSTOOL)/src/include/memory.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

