Moved window move/resize syscommand handling to the graphics driver.
[wine/multimedia.git] / memory / Makefile.in
blob3139d1b86280d2b970e57d1e34c616714cd16aae
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = memory
8 C_SRCS = \
9 atom.c \
10 codepage.c \
11 environ.c \
12 global.c \
13 heap.c \
14 instr.c \
15 local.c \
16 registry.c \
17 selector.c \
18 string.c \
19 virtual.c
21 GLUE = local.c
23 all: $(MODULE).o
25 @MAKE_RULES@
27 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
28 $(LDCOMBINE) $(OBJS) -o $@
30 ### Dependencies: