winex11: Consider zero-size windows mapped even when they are positioned at 0,0.
[wine/multimedia.git] / tools / winedump / Makefile.in
blobc61096a9fe4e200b786a68d276cb4e3aa753fd8f
1 DEFS = -D__WINESRC__ $(EXTRADEFS)
3 PROGRAMS = winedump$(EXEEXT)
4 MANPAGE = winedump.man
6 C_SRCS = \
7 debug.c \
8 dos.c \
9 dump.c \
10 emf.c \
11 font.c \
12 le.c \
13 lib.c \
14 lnk.c \
15 main.c \
16 minidump.c \
17 misc.c \
18 msc.c \
19 msmangle.c \
20 ne.c \
21 output.c \
22 pdb.c \
23 pe.c \
24 search.c \
25 symbol.c
27 INSTALLDIRS = $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man$(prog_manext)
29 all: $(PROGRAMS)
31 @MAKE_RULES@
33 winedump$(EXEEXT): $(OBJS)
34 $(CC) $(CFLAGS) -o winedump$(EXEEXT) $(OBJS) $(LIBPORT) $(LDFLAGS)
36 install install-dev:: $(PROGRAMS) $(DESTDIR)$(bindir)
37 $(INSTALL_PROGRAM) winedump$(EXEEXT) $(DESTDIR)$(bindir)/winedump$(EXEEXT)
38 $(INSTALL_SCRIPT) $(srcdir)/function_grep.pl $(DESTDIR)$(bindir)/function_grep.pl
40 uninstall::
41 $(RM) $(DESTDIR)$(bindir)/function_grep.pl $(DESTDIR)$(bindir)/winedump$(EXEEXT)