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