Release 20021031.
[wine/multimedia.git] / tools / winedump / Makefile.in
blob28f3fc558c19a69cf121e4e752ead1069816f79b
1 DEFS = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
7 PROGRAMS = winedump
8 MODULE = none
10 C_SRCS = \
11 debug.c \
12 main.c \
13 misc.c \
14 msmangle.c \
15 ne.c \
16 output.c \
17 pe.c \
18 search.c \
19 symbol.c
21 all: $(PROGRAMS)
23 @MAKE_RULES@
25 winedump: $(OBJS)
26 $(CC) $(CFLAGS) -o winedump $(OBJS) $(LIBWINE) $(LDFLAGS)
28 install:: $(PROGRAMS)
29 $(MKINSTALLDIRS) $(bindir)
30 $(INSTALL_PROGRAM) winedump $(bindir)/winedump
31 $(INSTALL_SCRIPT) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl
33 uninstall::
34 $(RM) $(bindir)/function_grep.pl $(bindir)/winedump
36 ### Dependencies: