O_RDONLY==0 but it's cleaner to pass it to DRIVE_OpenDevice() anyway.
[wine.git] / tools / winedump / Makefile.in
blob52e076959c8988b0c812de8e6fe6a737f7d7c78f
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
6 PROGRAMS = winedump
7 MODULE = none
9 C_SRCS = \
10 debug.c \
11 main.c \
12 misc.c \
13 msmangle.c \
14 ne.c \
15 output.c \
16 pe.c \
17 search.c \
18 symbol.c
20 all: $(PROGRAMS)
22 @MAKE_RULES@
24 winedump: $(OBJS)
25 $(CC) $(CFLAGS) -o winedump $(OBJS) $(LIBPORT) $(LDFLAGS)
27 install:: $(PROGRAMS)
28 $(MKINSTALLDIRS) $(bindir)
29 $(INSTALL_PROGRAM) winedump $(bindir)/winedump
30 $(INSTALL_SCRIPT) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl
32 uninstall::
33 $(RM) $(bindir)/function_grep.pl $(bindir)/winedump
35 ### Dependencies: