Makefile.in 376 Bytes
Newer Older
1
EXTRADEFS = -D_IMAGEHLP_SOURCE_
2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
6
MODULE    = imagehlp.dll
7
IMPORTLIB = libimagehlp.$(IMPLIBEXT)
8
IMPORTS   = dbghelp kernel32 ntdll
9

10 11 12 13
C_SRCS = \
	access.c \
	imagehlp_main.c \
	integrity.c \
14
	modify.c
15

16
@MAKE_DLL_RULES@
17

18
@DEPENDENCIES@  # everything below this line is overwritten by make depend