X11DRV_GetDIBits: Don't clear the biCompression==BI_BITFIELDS flag
[wine/testsucceed.git] / tools / Makefile.in
blob2fdd45b43b45128042e7d5631c3ba7c72a40da87
1 DEFS = -D__WINE__ -DNO_LIBWINE -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
7 PROGRAMS = makedep fnt2bdf bin2res
8 MODULE = none
10 C_SRCS = makedep.c fnt2bdf.c bin2res.c
12 SUBDIRS = \
13 winebuild \
14 winedump \
15 wmc \
16 wrc
18 INSTALLSUBDIRS = $(SUBDIRS)
20 EXTRASUBDIRS = \
21 winapi_check \
22 winapi_check/win16 \
23 winapi_check/win32 \
24 wineconf.libs
26 all: $(PROGRAMS) $(SUBDIRS)
28 @MAKE_RULES@
30 makedep: makedep.o
31 $(CC) $(CFLAGS) -o makedep makedep.o
33 fnt2bdf: fnt2bdf.o
34 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
36 bin2res: bin2res.o
37 $(CC) $(CFLAGS) -o bin2res bin2res.o
39 install::
40 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
41 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
42 $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
44 uninstall::
45 $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
47 ### Dependencies: