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