Added partial VxD support.
[wine/dcerpc.git] / tools / winedump / Makefile.in
blob1e8a8d244bb3e3268d681f1b73822c0badb4c465
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 EXEEXT = @EXEEXT@
7 PROGRAMS = winedump$(EXEEXT)
9 MODULE = none
11 C_SRCS = \
12 debug.c \
13 le.c \
14 main.c \
15 misc.c \
16 msmangle.c \
17 ne.c \
18 output.c \
19 pe.c \
20 search.c \
21 symbol.c
23 all: $(PROGRAMS)
25 @MAKE_RULES@
27 winedump$(EXEEXT): $(OBJS)
28 $(CC) $(CFLAGS) -o winedump$(EXEEXT) $(OBJS) $(LIBPORT) $(LDFLAGS)
30 install:: $(PROGRAMS)
31 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
32 $(INSTALL_PROGRAM) winedump$(EXEEXT) $(bindir)/winedump$(EXEEXT)
33 $(INSTALL_DATA) $(SRCDIR)/winedump.man $(mandir)/man$(prog_manext)/winedump.$(prog_manext)
34 $(INSTALL_SCRIPT) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl
36 uninstall::
37 $(RM) $(bindir)/function_grep.pl $(bindir)/winedump$(EXEEXT)
38 $(RM) $(mandir)/man$(prog_manext)/winedump.$(prog_manext)
40 ### Dependencies: