user32/tests: Test MDI child order changing caused by WM_MDINEXT.
[wine/multimedia.git] / tools / winedump / Makefile.in
blobe8e432387a6a40a261cb96d81764ac59078df184
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 \
26 tlb.c
28 INSTALLDIRS = $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man$(prog_manext)
30 all: $(PROGRAMS)
32 @MAKE_RULES@
34 winedump$(EXEEXT): $(OBJS)
35 $(CC) $(CFLAGS) -o winedump$(EXEEXT) $(OBJS) $(LIBPORT) $(LDFLAGS)
37 install install-dev:: $(PROGRAMS) $(DESTDIR)$(bindir)
38 $(INSTALL_PROGRAM) winedump$(EXEEXT) $(DESTDIR)$(bindir)/winedump$(EXEEXT)
39 $(INSTALL_SCRIPT) $(srcdir)/function_grep.pl $(DESTDIR)$(bindir)/function_grep.pl
41 uninstall::
42 $(RM) $(DESTDIR)$(bindir)/function_grep.pl $(DESTDIR)$(bindir)/winedump$(EXEEXT)