projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Enhance SPY_GetMsgName to translate common control messages.
[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
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
20
21
GLUE = local.c
22
23
all: $(MODULE).o
24
25
@MAKE_RULES@
26
27
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
28
$(LDCOMBINE) $(OBJS) -o $@
29
30
### Dependencies: