#include "../Wine.tmpl"

MODULE = memory

SRCS = \
	global.c \
	heap.c \
	linear.c

OBJS = $(SRCS:.c=.o)

WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
DependTarget()

includes::

install::
