1 DEFS
= -D__WINESRC__
$(EXTRADEFS
)
3 PROGRAMS
= winedump
$(EXEEXT
)
28 INSTALLDIRS
= $(DESTDIR
)$(bindir) $(DESTDIR
)$(mandir)/man
$(prog_manext
)
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
42 $(RM
) $(DESTDIR
)$(bindir)/function_grep.pl
$(DESTDIR
)$(bindir)/winedump
$(EXEEXT
)