kernel: Make sure the file contains data for the ReadFile test.
[wine/multimedia.git] / tools / winebuild / Makefile.in
blob62d7f6bd7940ff7172caf2d29f955b94d2435197
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 EXEEXT = @EXEEXT@
7 PROGRAMS = winebuild$(EXEEXT)
8 MANPAGES = winebuild.man
9 MODULE = none
11 C_SRCS = \
12 import.c \
13 main.c \
14 parser.c \
15 relay.c \
16 res16.c \
17 res32.c \
18 spec16.c \
19 spec32.c \
20 utils.c
22 all: $(PROGRAMS) $(MANPAGES)
24 @MAKE_RULES@
26 winebuild$(EXEEXT): $(OBJS)
27 $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBPORT) $(LDFLAGS)
29 install:: $(PROGRAMS) $(MANPAGES)
30 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
31 $(INSTALL_PROGRAM) winebuild$(EXEEXT) $(bindir)/winebuild$(EXEEXT)
32 $(INSTALL_DATA) winebuild.man $(mandir)/man$(prog_manext)/winebuild.$(prog_manext)
34 uninstall::
35 $(RM) $(bindir)/winebuild$(EXEEXT) $(mandir)/man$(prog_manext)/winebuild.$(prog_manext)
37 ### Dependencies: