Added the actual definitions of the interfaces.
[wine] / memory / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = memory
7
8 C_SRCS = \
9         atom.c \
10         environ.c \
11         global.c \
12         heap.c \
13         ldt.c \
14         local.c \
15         selector.c \
16         string.c \
17         virtual.c
18
19 all: $(MODULE).o
20
21 @MAKE_RULES@
22
23 ### Dependencies: