wine-wine/tools/winedump/Makefile.in

41 lines
864 B
Makefile
Raw Normal View History

2001-01-04 19:45:49 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
EXEEXT = @EXEEXT@
PROGRAMS = winedump$(EXEEXT)
2001-01-04 19:45:49 +00:00
MODULE = none
C_SRCS = \
debug.c \
2005-01-03 14:48:49 +00:00
le.c \
2001-01-04 19:45:49 +00:00
main.c \
misc.c \
msmangle.c \
ne.c \
2001-01-04 19:45:49 +00:00
output.c \
pe.c \
2001-01-04 19:45:49 +00:00
search.c \
symbol.c
all: $(PROGRAMS)
@MAKE_RULES@
winedump$(EXEEXT): $(OBJS)
$(CC) $(CFLAGS) -o winedump$(EXEEXT) $(OBJS) $(LIBPORT) $(LDFLAGS)
2001-01-04 19:45:49 +00:00
install:: $(PROGRAMS)
$(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
$(INSTALL_PROGRAM) winedump$(EXEEXT) $(bindir)/winedump$(EXEEXT)
$(INSTALL_DATA) $(SRCDIR)/winedump.man $(mandir)/man$(prog_manext)/winedump.$(prog_manext)
$(INSTALL_SCRIPT) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl
2001-01-04 19:45:49 +00:00
uninstall::
$(RM) $(bindir)/function_grep.pl $(bindir)/winedump$(EXEEXT)
$(RM) $(mandir)/man$(prog_manext)/winedump.$(prog_manext)
2001-01-04 19:45:49 +00:00
### Dependencies: