push 5b1efc32b5a8acb1d5b5e60584746392dd0c436e
[wine/hacks.git] / dlls / dbghelp / Makefile.in
blobeaf0ae4ef02a212e0b6d9a3200eeec28867d53fc
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dbghelp.dll
6 IMPORTLIB = dbghelp
7 EXTRADEFS = -D_IMAGEHLP_SOURCE_
8 IMPORTS = psapi kernel32 ntdll
9 DELAYIMPORTS = version
11 C_SRCS = \
12 coff.c \
13 crc32.c \
14 dbghelp.c \
15 dwarf.c \
16 elf_module.c \
17 image.c \
18 macho_module.c \
19 minidump.c \
20 module.c \
21 msc.c \
22 path.c \
23 pe_module.c \
24 source.c \
25 stabs.c \
26 stack.c \
27 storage.c \
28 symbol.c \
29 type.c
31 RC_SRCS = version.rc
33 @MAKE_DLL_RULES@
35 @DEPENDENCIES@ # everything below this line is overwritten by make depend