1 TOPSRCDIR
= @top_srcdir@
7 PROGRAMS
= winedump
$(EXEEXT
)
8 MANPAGES
= winedump.man
31 INSTALLDIRS
= $(DESTDIR
)$(bindir) $(DESTDIR
)$(mandir)/man
$(prog_manext
)
33 all: $(PROGRAMS
) $(MANPAGES
)
37 winedump
$(EXEEXT
): $(OBJS
)
38 $(CC
) $(CFLAGS
) -o winedump
$(EXEEXT
) $(OBJS
) $(LIBPORT
) $(LDFLAGS
)
40 install install-dev
:: $(PROGRAMS
) $(MANPAGES
) $(INSTALLDIRS
)
41 $(INSTALL_PROGRAM
) winedump
$(EXEEXT
) $(DESTDIR
)$(bindir)/winedump
$(EXEEXT
)
42 $(INSTALL_DATA
) winedump.man
$(DESTDIR
)$(mandir)/man
$(prog_manext
)/winedump.
$(prog_manext
)
43 $(INSTALL_SCRIPT
) $(SRCDIR
)/function_grep.pl
$(DESTDIR
)$(bindir)/function_grep.pl
46 $(RM
) $(DESTDIR
)$(bindir)/function_grep.pl
$(DESTDIR
)$(bindir)/winedump
$(EXEEXT
) $(DESTDIR
)$(mandir)/man
$(prog_manext
)/winedump.
$(prog_manext
)
48 @DEPENDENCIES@
# everything below this line is overwritten by make depend