Sweden-Number/tools/winedump/Makefile.in

36 lines
616 B
Makefile
Raw Normal View History

2001-01-04 20:45:49 +01:00
DEFS = -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
PROGRAMS = winedump
2001-01-04 20:45:49 +01:00
MODULE = none
C_SRCS = \
debug.c \
2001-01-04 20:45:49 +01:00
main.c \
misc.c \
msmangle.c \
output.c \
pe.c \
2001-01-04 20:45:49 +01:00
search.c \
symbol.c
all: $(PROGRAMS)
@MAKE_RULES@
winedump: $(OBJS)
$(CC) $(CFLAGS) -o winedump $(OBJS) $(LIBWINE) $(LDFLAGS)
2001-01-04 20:45:49 +01:00
install:: $(PROGRAMS)
$(MKINSTALLDIRS) $(bindir)
$(INSTALL_PROGRAM) winedump $(bindir)/winedump
$(INSTALL_SCRIPT) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl
2001-01-04 20:45:49 +01:00
uninstall::
$(RM) $(bindir)/function_grep.pl $(bindir)/winedump
2001-01-04 20:45:49 +01:00
### Dependencies: