repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
[wine/multimedia.git]
/
memory
/
Makefile.in
blob
fc7e36a856857582c9979e7ea15f405360042069
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
ldt.c \
16
local.c \
17
registry.c \
18
selector.c \
19
string.c \
20
virtual.c
21
22
GLUE
=
local.c
23
24
all
: $(
MODULE
)
.o
25
26
@MAKE_RULES@
27
28
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
29
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
30
31
### Dependencies: