#include "../Wine.tmpl"

MODULE = memory

SRCS = \
	atom.c \
	global.c \
	ldt.c \
	local.c \
	selector.c

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

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

includes::

install::