1 TOPSRCDIR
= @top_srcdir@
7 PROGRAMS
= winedump
$(EXEEXT
)
31 winedump
$(EXEEXT
): $(OBJS
)
32 $(CC
) $(CFLAGS
) -o winedump
$(EXEEXT
) $(OBJS
) $(LIBPORT
) $(LDFLAGS
)
35 $(MKINSTALLDIRS
) $(bindir) $(mandir)/man
$(prog_manext
)
36 $(INSTALL_PROGRAM
) winedump
$(EXEEXT
) $(bindir)/winedump
$(EXEEXT
)
37 $(INSTALL_DATA
) $(SRCDIR
)/winedump.man
$(mandir)/man
$(prog_manext
)/winedump.
$(prog_manext
)
38 $(INSTALL_SCRIPT
) $(SRCDIR
)/function_grep.pl
$(bindir)/function_grep.pl
41 $(RM
) $(bindir)/function_grep.pl
$(bindir)/winedump
$(EXEEXT
)
42 $(RM
) $(mandir)/man
$(prog_manext
)/winedump.
$(prog_manext
)