Release 941017
[wine/gsoc-2012-control.git] / memory / Imakefile
blobd6586b914bc603711687d80d5fa25171a1eca741
1 #include "../Wine.tmpl"
3 MODULE = memory
5 SRCS = \
6         global.c \
7         heap.c \
8         linear.c
10 OBJS = $(SRCS:.c=.o)
12 WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
13 DependTarget()
15 includes::
17 install::