wined3d: Blacklist WINED3DFMT_R8G8B8.
[wine.git] / tools / winebuild / Makefile.in
blobb84c0ff7b0ffbd96298b24ad9fbd293b869dde27
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) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man$(prog_manext)
31 $(INSTALL_PROGRAM) winebuild$(EXEEXT) $(DESTDIR)$(bindir)/winebuild$(EXEEXT)
32 $(INSTALL_DATA) winebuild.man $(DESTDIR)$(mandir)/man$(prog_manext)/winebuild.$(prog_manext)
34 uninstall::
35 $(RM) $(DESTDIR)$(bindir)/winebuild$(EXEEXT) $(DESTDIR)$(mandir)/man$(prog_manext)/winebuild.$(prog_manext)
37 ### Dependencies: