#                                                                           #
#  Heap Routines                                                            #
#                                                                           #

##
# The path for this build is based on the path that this include file is    #
# stored in.  It is used as a basis for locating all the other entities in  #
# the kernel tree.                                                          #
##

PREFACE_PATH = ..\..\          # Root of the directory tree

##
# Include the global make definitions for the project                       #
##

.Include $(PREFACE_PATH)mkhead.inc

##
# The objects required for this sub-system                                  #
#                                                                           #
# To compile a DEBUG version of the object, name it '.DBJ'.  This will      #
# automagically define 'DEBUG' during the compile for that file.            #
#                                                                           #
##

OBJS = ssskpi.obj

##
# Object make lines                                                         #
##

.Include $(PREFACE_PATH)mkend.inc


.Include depend.inc
