blob: 57b61f27d3162c9230e5ff064e5d2cad0b70911d [file] [log] [blame]
#include "../Wine.tmpl"
MODULE = memory
SRCS = \
global.c \
heap.c \
linear.c
OBJS = $(SRCS:.c=.o)
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
DependTarget()
CleanTarget()
includes::
install::