mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
24 lines
324 B
Makefile
24 lines
324 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = imagehlp
|
|
|
|
SPEC_SRCS = imagehlp.spec
|
|
|
|
C_SRCS = \
|
|
access.c \
|
|
debug.c \
|
|
imagehlp_main.c \
|
|
integrity.c \
|
|
internal.c \
|
|
modify.c \
|
|
symbol.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|