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
dbghelp: Dwarf & type references.
[wine/multimedia.git]
/
dlls
/
dbghelp
/
Makefile.in
blob
14469f1dd447dd485e5f8e2679c8a7cdcffca9be
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
dbghelp.dll
6
IMPORTLIB
=
libdbghelp.
$(
IMPLIBEXT
)
7
IMPORTS
=
psapi kernel32 ntdll
8
9
C_SRCS
=
\
10
coff.c \
11
dbghelp.c \
12
dwarf.c \
13
elf_module.c \
14
image.c \
15
memory.c \
16
minidump.c \
17
module.c \
18
msc.c \
19
path.c \
20
pe_module.c \
21
source.c \
22
stabs.c \
23
stack.c \
24
storage.c \
25
symbol.c \
26
type.c
27
28
@MAKE_DLL_RULES@
29
30
### Dependencies: