1 PROGRAMS
= winedump
$(EXEEXT
)
26 INSTALLDIRS
= $(DESTDIR
)$(bindir) $(DESTDIR
)$(mandir)/man
$(prog_manext
)
32 winedump
$(EXEEXT
): $(OBJS
)
33 $(CC
) $(CFLAGS
) -o winedump
$(EXEEXT
) $(OBJS
) $(LIBPORT
) $(LDFLAGS
)
35 install install-dev
:: $(PROGRAMS
) $(DESTDIR
)$(bindir) install-man-pages
36 $(INSTALL_PROGRAM
) winedump
$(EXEEXT
) $(DESTDIR
)$(bindir)/winedump
$(EXEEXT
)
37 $(INSTALL_SCRIPT
) $(srcdir)/function_grep.pl
$(DESTDIR
)$(bindir)/function_grep.pl
40 $(RM
) $(DESTDIR
)$(bindir)/function_grep.pl
$(DESTDIR
)$(bindir)/winedump
$(EXEEXT
)