1 TOPSRCDIR
= @top_srcdir@
6 DEFS
= -D__WINESRC__
$(EXTRADEFS
)
8 PROGRAMS
= winedump
$(EXEEXT
)
9 MANPAGES
= winedump.man
33 INSTALLDIRS
= $(DESTDIR
)$(bindir) $(DESTDIR
)$(mandir)/man
$(prog_manext
)
35 all: $(PROGRAMS
) $(MANPAGES
)
39 winedump
$(EXEEXT
): $(OBJS
)
40 $(CC
) $(CFLAGS
) -o winedump
$(EXEEXT
) $(OBJS
) $(LIBPORT
) $(LDFLAGS
)
42 install install-dev
:: $(PROGRAMS
) $(MANPAGES
) $(INSTALLDIRS
)
43 $(INSTALL_PROGRAM
) winedump
$(EXEEXT
) $(DESTDIR
)$(bindir)/winedump
$(EXEEXT
)
44 $(INSTALL_DATA
) winedump.man
$(DESTDIR
)$(mandir)/man
$(prog_manext
)/winedump.
$(prog_manext
)
45 $(INSTALL_SCRIPT
) $(SRCDIR
)/function_grep.pl
$(DESTDIR
)$(bindir)/function_grep.pl
48 $(RM
) $(DESTDIR
)$(bindir)/function_grep.pl
$(DESTDIR
)$(bindir)/winedump
$(EXEEXT
) $(DESTDIR
)$(mandir)/man
$(prog_manext
)/winedump.
$(prog_manext
)
50 @DEPENDENCIES@
# everything below this line is overwritten by make depend